We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3194a6f commit 8295c09Copy full SHA for 8295c09
build.gradle.kts
@@ -15,7 +15,7 @@ buildscript {
15
}
16
17
group = "io.github.microutils"
18
-version = "1.12.0" + (if (System.getProperty("snapshot")?.toBoolean() == true) "-SNAPSHOT" else "")
+version = "1.12.1" + (if (System.getProperty("snapshot")?.toBoolean() == true) "-SNAPSHOT" else "")
19
20
repositories {
21
mavenCentral()
0 commit comments