Skip to content

Commit

Permalink
build: Release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Apr 4, 2022
1 parent f477120 commit 222d65f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ logger.lifecycle("""
*******************************************
""")

var rootVersion by extra("2.1.1")
var rootVersion by extra("2.1.2")
var snapshot by extra("SNAPSHOT")
var revision: String by extra("")
var buildNumber by extra("")
Expand All @@ -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")
Expand Down

0 comments on commit 222d65f

Please sign in to comment.