build: Release 2.0.0

This commit is contained in:
NotMyFault
2022-01-14 13:53:59 +01:00
parent 6a972e7b99
commit 2c4453b68f
3 changed files with 3 additions and 3 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")