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 9cfff15 commit ca550f4Copy full SHA for ca550f4
build.gradle.kts
@@ -15,7 +15,7 @@ buildscript {
15
}
16
17
group = "io.github.microutils"
18
-version = "1.11.0" + (if (System.getProperty("snapshot")?.toBoolean() == true) "-SNAPSHOT" else "")
+version = "1.11.1" + (if (System.getProperty("snapshot")?.toBoolean() == true) "-SNAPSHOT" else "")
19
20
repositories {
21
mavenCentral()
0 commit comments