diff --git a/README.md b/README.md index 6915a8244794..a461b7bd72f2 100644 --- a/README.md +++ b/README.md @@ -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 push --set-upstream origin gaia-release-0.3.0-beta # Create a PR to push the change into master. ``` 6. Create a tag reflecting the new version: diff --git a/production/CMakeLists.txt b/production/CMakeLists.txt index 1499acb5d148..62f3ea351868 100644 --- a/production/CMakeLists.txt +++ b/production/CMakeLists.txt @@ -14,7 +14,7 @@ include(UseJava) enable_testing() -project(production VERSION 0.3.2) +project(production VERSION 0.3.3) # Sets the pre-release version which will be appended to the # product version: 0.1.0-alpha.