Skip to content

Commit

Permalink
Merge pull request #100 from outfoxx/bquenaudon.2023-12-15.1.7.0-snap…
Browse files Browse the repository at this point in the history
…shot

Prepare next development version.
  • Loading branch information
oldergod authored Dec 15, 2023
2 parents 4a09f69 + 8c55780 commit 9e2b7c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Cutting a Release

```
sed -i "" \
"s/VERSION_NAME=.*/VERSION_NAME=$NEXT_VERSION/g" \
"s/releaseVersion=.*/releaseVersion=$NEXT_VERSION/g" \
`find . -name "gradle.properties"`
git commit -am "Prepare next development version."
git push
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

releaseVersion=1.6.0
releaseVersion=1.7.0-SNAPSHOT

0 comments on commit 9e2b7c8

Please sign in to comment.