Skip to content

Commit

Permalink
bump version to 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oshai committed Sep 16, 2020
1 parent 5105c4b commit 3194a6f
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 @@ -15,7 +15,7 @@ buildscript {
}

group = "io.github.microutils"
version = "1.11.6" + (if (System.getProperty("snapshot")?.toBoolean() == true) "-SNAPSHOT" else "")
version = "1.12.0" + (if (System.getProperty("snapshot")?.toBoolean() == true) "-SNAPSHOT" else "")

repositories {
mavenCentral()
Expand Down

0 comments on commit 3194a6f

Please sign in to comment.