build: Release 2.1.2

This commit is contained in:
NotMyFault
2022-04-19 09:04:35 +02:00
parent 3610af15e8
commit 9fdce09a4c
2 changed files with 2 additions and 2 deletions

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