From 3194a6fc0bd618f89fe79991d3d1008bd68f0812 Mon Sep 17 00:00:00 2001 From: Ohad Shai Date: Thu, 17 Sep 2020 00:02:00 +0300 Subject: [PATCH] bump version to 1.12.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()