build: Release 2.4.3

This commit is contained in:
Alexander Brandes 2022-08-06 16:19:53 +02:00
parent 8c8d5d5064
commit 2a55bb5cfc
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C

View File

@ -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")