Skip to content

Commit 222d65f

Browse files
committed
build: Release 2.1.1
1 parent f477120 commit 222d65f

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
@@ -22,7 +22,7 @@ logger.lifecycle("""
2222
*******************************************
2323
""")
2424

25-
var rootVersion by extra("2.1.1")
25+
var rootVersion by extra("2.1.2")
2626
var snapshot by extra("SNAPSHOT")
2727
var revision: String by extra("")
2828
var buildNumber by extra("")
@@ -40,7 +40,7 @@ ext {
4040
}
4141
}
4242

43-
version = String.format("%s-%s", rootVersion, buildNumber)
43+
version = String.format("%s", rootVersion)
4444

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

0 commit comments

Comments
 (0)