Skip to content

Commit ca550f4

Browse files
committed
bump version to 1.11.1
1 parent 9cfff15 commit ca550f4

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.11.0" + (if (System.getProperty("snapshot")?.toBoolean() == true) "-SNAPSHOT" else "")
18+
version = "1.11.1" + (if (System.getProperty("snapshot")?.toBoolean() == true) "-SNAPSHOT" else "")
1919

2020
repositories {
2121
mavenCentral()

0 commit comments

Comments
 (0)