Skip to content

Commit

Permalink
update the version incrementor.
Browse files Browse the repository at this point in the history
  • Loading branch information
munir-rakuten committed Aug 28, 2023
1 parent 1dde62d commit b051f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ allprojects {
tag {
prefix = 'v'
versionSeparator = ''
versionIncrementer 'incrementPatch'
versionIncrementer 'incrementMinor'
}
}
project.version = scmVersion.version
Expand Down

0 comments on commit b051f68

Please sign in to comment.