Release 2.6.0

This commit is contained in:
Alexander Brandes 2023-03-19 00:34:10 +01:00
parent efc917e6df
commit 9d63cb8102
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ logger.lifecycle("""
*******************************************
""")
var rootVersion by extra("2.5.3")
var rootVersion by extra("2.6.0")
var snapshot by extra("SNAPSHOT")
var revision: String by extra("")
var buildNumber by extra("")
@ -51,7 +51,7 @@ ext {
}
}
version = String.format("%s-%s", rootVersion, buildNumber)
version = String.format("%s", rootVersion)
if (!project.hasProperty("gitCommitHash")) {
apply(plugin = "org.ajoberstar.grgit")