Skip to content

Commit

Permalink
Back to snapshot for development
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Jan 23, 2023
1 parent 09d4059 commit 214954b
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 @@ -33,7 +33,7 @@ logger.lifecycle("""
*******************************************
""")

var rootVersion by extra("2.5.1")
var rootVersion by extra("2.5.2")
var snapshot by extra("SNAPSHOT")
var revision: String by extra("")
var buildNumber by extra("")
Expand All @@ -51,7 +51,7 @@ ext {
}
}

version = String.format("%s", rootVersion)
version = String.format("%s-%s", rootVersion, buildNumber)

if (!project.hasProperty("gitCommitHash")) {
apply(plugin = "org.ajoberstar.grgit")
Expand Down

0 comments on commit 214954b

Please sign in to comment.