Skip to content

Commit

Permalink
version number, 2.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wadoon committed Sep 8, 2024
1 parent 144a9ba commit e586672
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 @@ -43,7 +43,7 @@ static def getDate() {
def build = System.env.BUILD_NUMBER == null ? "" : "-${System.env.BUILD_NUMBER}"

group = "org.key-project"
version = "2.13.0$build"
version = "2.12.3$build"

subprojects {
apply plugin: "java"
Expand Down

0 comments on commit e586672

Please sign in to comment.