Skip to content

Commit

Permalink
Update development version to 4.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
joaocatalao committed May 3, 2023
1 parent ca009f8 commit 0bb5d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Update POM Version
env:
VERSION: '4.0.0'
VERSION: '4.0.0-SNAPSHOT'
run: |
echo "Updating to version: $VERSION"
mvn versions:set -DnewVersion=$VERSION
Expand Down

0 comments on commit 0bb5d68

Please sign in to comment.