From 7be15be4864486d40d3b34dcace8ab82dc5eebe9 Mon Sep 17 00:00:00 2001 From: Ohad Shai Date: Tue, 15 Sep 2020 23:01:23 +0300 Subject: [PATCH] bump version to 1.11.6 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index aa7ad11f..a7af686d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ buildscript { } group = "io.github.microutils" -version = "1.11.5" + (if (System.getProperty("snapshot")?.toBoolean() == true) "-SNAPSHOT" else "") +version = "1.11.6" + (if (System.getProperty("snapshot")?.toBoolean() == true) "-SNAPSHOT" else "") repositories { mavenCentral()