Skip to content

Commit

Permalink
change version number in gradle build script
Browse files Browse the repository at this point in the history
  • Loading branch information
unp1 committed Nov 10, 2023
1 parent 7de8f96 commit edb9fb2
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 @@ -40,7 +40,7 @@ static def getDate() {
def build = System.env.BUILD_NUMBER == null ? "" : "-${System.env.BUILD_NUMBER}"

group = "org.key-project"
version = "2.12.1$build"
version = "2.12.2$build"

subprojects {
apply plugin: "java"
Expand Down

0 comments on commit edb9fb2

Please sign in to comment.