Skip to content

Commit d6599fd

Browse files
committed
Release 2.5.0
1 parent c3ce162 commit d6599fd

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

26-
var rootVersion by extra("2.4.11")
26+
var rootVersion by extra("2.5.0")
2727
var snapshot by extra("SNAPSHOT")
2828
var revision: String by extra("")
2929
var buildNumber by extra("")
@@ -41,7 +41,7 @@ ext {
4141
}
4242
}
4343

44-
version = String.format("%s-%s", rootVersion, buildNumber)
44+
version = String.format("%s", rootVersion)
4545

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

0 commit comments

Comments
 (0)