diff --git a/build.gradle.kts b/build.gradle.kts index 20695aad..b9f213eb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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()