From 0b571b5e3a53e374ef1a9e07da4b32cf96a312d1 Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Sun, 24 Nov 2024 19:44:32 +0100 Subject: [PATCH] Release 2.12.2 Signed-off-by: Alexander Brandes --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 02cdc2f037..40a16a968b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -52,7 +52,7 @@ ext { } } -version = String.format("%s-%s", rootVersion, buildNumber) +version = String.format("%s", rootVersion) if (!project.hasProperty("gitCommitHash")) { apply(plugin = "org.ajoberstar.grgit")