Skip to content

Commit 3194a6f

Browse files
committed
bump version to 1.12.0
1 parent 5105c4b commit 3194a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515
}
1616

1717
group = "io.github.microutils"
18-
version = "1.11.6" + (if (System.getProperty("snapshot")?.toBoolean() == true) "-SNAPSHOT" else "")
18+
version = "1.12.0" + (if (System.getProperty("snapshot")?.toBoolean() == true) "-SNAPSHOT" else "")
1919

2020
repositories {
2121
mavenCentral()

0 commit comments

Comments
 (0)