Skip to content

Commit 8295c09

Browse files
committed
bump version to 1.12.1
1 parent 3194a6f commit 8295c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515
}
1616

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

2020
repositories {
2121
mavenCentral()

0 commit comments

Comments
 (0)