Skip to content

Commit 1c61d82

Browse files
committed
Release 2.14.2
Signed-off-by: Alexander Brandes <[email protected]>
1 parent 18cb9bc commit 1c61d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)