Skip to content

Commit 24d56e4

Browse files
authored
Bump Gaia version to 0.3.1-beta (#1016)
1 parent 66ed842 commit 24d56e4

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 branch --set-upstream-to 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
@@ -10,7 +10,7 @@ include(UseJava)
1010
enable_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.

0 commit comments

Comments
 (0)