Skip to content

Commit 57ee641

Browse files
authored
Bump Gaia version to 0.3.3-beta (#1156)
- Minor fix in Release instructions.
1 parent bcf4ad1 commit 57ee641

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 push --set-upstream origin gaia-release-0.3.0-beta
209209
# Create a PR to push the change into master.
210210
```
211211
6. Create a tag reflecting the new version:

production/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include(UseJava)
1414

1515
enable_testing()
1616

17-
project(production VERSION 0.3.2)
17+
project(production VERSION 0.3.3)
1818

1919
# Sets the pre-release version which will be appended to the
2020
# product version: 0.1.0-alpha.

0 commit comments

Comments
 (0)