From 2a55bb5cfc6ae8880f1c883c8d7a681c93d92149 Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Sat, 6 Aug 2022 16:19:53 +0200 Subject: [PATCH] build: Release 2.4.3 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 7502a4b09..0e444975a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -41,7 +41,7 @@ ext { } } -version = String.format("%s-%s", rootVersion, buildNumber) +version = String.format("%s", rootVersion) if (!project.hasProperty("gitCommitHash")) { apply(plugin = "org.ajoberstar.grgit")