Skip to content

Commit

Permalink
Bump Gaia version to 0.3.1-beta (#1016)
Browse files Browse the repository at this point in the history
  • Loading branch information
simone-gaia authored Oct 14, 2021
1 parent 66ed842 commit 24d56e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ When we are ready to release a new version of Gaia this is the process to follow
```shell
git add -u
git commit -m "Bump Gaia version to 0.3.0-beta"
git branch --set-upstream-to origin/gaia-release-0.3.0-beta
git branch --set-upstream-to origin gaia-release-0.3.0-beta
# Create a PR to push the change into master.
```
6. Create a tag reflecting the new version:
Expand Down
2 changes: 1 addition & 1 deletion production/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include(UseJava)
enable_testing()

# Set the project name.
project(production VERSION 0.3.0)
project(production VERSION 0.3.1)

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

0 comments on commit 24d56e4

Please sign in to comment.