File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ When we are ready to release a new version of Gaia this is the process to follow
205205 ` ` ` shell
206206 git add -u
207207 git commit -m " Bump Gaia version to 0.3.0-beta"
208- git branch --set-upstream-to origin/ gaia-release-0.3.0-beta
208+ git branch --set-upstream-to origin gaia-release-0.3.0-beta
209209 # Create a PR to push the change into master.
210210 ` ` `
2112116. Create a tag reflecting the new version:
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ include(UseJava)
1010enable_testing ()
1111
1212# Set the project name.
13- project (production VERSION 0.3.0 )
13+ project (production VERSION 0.3.1 )
1414
1515# Sets the pre-release version which will be appended to the
1616# product version: 0.1.0-alpha.
You can’t perform that action at this time.
0 commit comments