We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5105c4b commit 3194a6fCopy full SHA for 3194a6f
build.gradle.kts
@@ -15,7 +15,7 @@ buildscript {
15
}
16
17
group = "io.github.microutils"
18
-version = "1.11.6" + (if (System.getProperty("snapshot")?.toBoolean() == true) "-SNAPSHOT" else "")
+version = "1.12.0" + (if (System.getProperty("snapshot")?.toBoolean() == true) "-SNAPSHOT" else "")
19
20
repositories {
21
mavenCentral()
0 commit comments