Skip to content

Commit c252850

Browse files
committed
Back to snapshot for development
Signed-off-by: Alexander Brandes <mc.cache@web.de>
1 parent f0af979 commit c252850

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ logger.lifecycle("""
3434
*******************************************
3535
""")
3636

37-
var rootVersion by extra("2.12.0")
37+
var rootVersion by extra("2.12.1")
3838
var snapshot by extra("SNAPSHOT")
3939
var revision: String by extra("")
4040
var buildNumber by extra("")
@@ -52,7 +52,7 @@ ext {
5252
}
5353
}
5454

55-
version = String.format("%s", rootVersion)
55+
version = String.format("%s-%s", rootVersion, buildNumber)
5656

5757
if (!project.hasProperty("gitCommitHash")) {
5858
apply(plugin = "org.ajoberstar.grgit")

0 commit comments

Comments
 (0)