Skip to content

Commit

Permalink
fix: Patch not Reset correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
wba2hi authored and lukasmittag committed Oct 9, 2023
1 parent 3baf907 commit d724aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/version.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tasks.register("increaseMinorVersion") {
group = "version"
doLast {
properties.minor += 1
properties.patch += 0
properties.patch = 0
properties.store()
}
}
Expand Down

0 comments on commit d724aba

Please sign in to comment.