build: Release 2.1.1

This commit is contained in:
NotMyFault
2022-04-04 13:15:56 +02:00
parent f477120661
commit 93846fabaf

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