Skip to content

Commit 4255b6c

Browse files
committed
Release 2.14.0
Signed-off-by: Alexander Brandes <[email protected]>
1 parent f42846d commit 4255b6c

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
@@ -12,7 +12,7 @@ plugins {
1212
id("xyz.jpenilla.run-paper") version "2.3.1"
1313
}
1414

15-
var rootVersion by extra("2.13.3")
15+
var rootVersion by extra("2.14.0")
1616
var snapshot by extra("SNAPSHOT")
1717
var revision: String by extra("")
1818
var buildNumber by extra("")
@@ -30,7 +30,7 @@ ext {
3030
}
3131
}
3232

33-
version = String.format("%s-%s", rootVersion, buildNumber)
33+
version = String.format("%s", rootVersion)
3434

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

0 commit comments

Comments
 (0)