Skip to content

Commit

Permalink
bump: version 1.0.8 [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
OscarLeBot committed Aug 25, 2024
1 parent a921601 commit 4143873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ val nexusPass = System.getenv()["NEXUS_PASS"]
val isInCi = nexusUser != null && nexusPass != null

group = "fr.ekalia.injector"
version = "1.0.7" + if (isRelease) "" else "-SNAPSHOT"
version = "1.0.8" + if (isRelease) "" else "-SNAPSHOT"

System.out.println("Version: " + version + ", nexusUser null? " + (nexusUser == null) + ", nexusPass null? " + (nexusPass == null));

Expand Down

0 comments on commit 4143873

Please sign in to comment.