build: Release 2.1.1

This commit is contained in:
NotMyFault 2022-04-04 13:15:56 +02:00
parent f477120661
commit 93846fabaf
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C

View File

@ -40,7 +40,7 @@ ext {
}
}
version = String.format("%s-%s", rootVersion, buildNumber)
version = String.format("%s", rootVersion)
if (!project.hasProperty("gitCommitHash")) {
apply(plugin = "org.ajoberstar.grgit")