Skip to content

Commit e042561

Browse files
committed
chore: version 2.0.0-SNAPSHOT
1 parent e6f2faf commit e042561

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
@@ -1,7 +1,7 @@
11
plugins {
22
id("java")
33
}
4-
version = "1.10.0"
4+
version = "2.0.0-SNAPSHOT"
55

66
tasks.register("publishAllToMavenCentral") {
77
val isSnapshot = rootProject.version.toString().endsWith("-SNAPSHOT")

0 commit comments

Comments
 (0)