Skip to content

Commit

Permalink
Wrong version fixes (#162)
Browse files Browse the repository at this point in the history
Fix release
  • Loading branch information
lfoppiano committed Jun 26, 2023
1 parent 201d345 commit 22a1ccd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,6 @@ release {
failOnCommitNeeded = false
tagTemplate = 'v${version}'
git {
requireBranch.set('master')
requireBranch.set('test')
}
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.7.3-SNAPSHOT
version=0.7.4-SNAPSHOT

0 comments on commit 22a1ccd

Please sign in to comment.