Skip to content

Commit 5b221f4

Browse files
committed
bump version to 2.0.5
1 parent 7af97db commit 5b221f4

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
@@ -8,7 +8,7 @@ plugins {
88
apply("versions.gradle.kts")
99

1010
group = "io.github.microutils"
11-
version = "2.0.4" + (if (System.getProperty("snapshot")?.toBoolean() == true) "-SNAPSHOT" else "")
11+
version = "2.0.5" + (if (System.getProperty("snapshot")?.toBoolean() == true) "-SNAPSHOT" else "")
1212

1313
repositories {
1414
jcenter()

0 commit comments

Comments
 (0)