chore: version 2.0.0-SNAPSHOT

This commit is contained in:
ReaJason
2025-08-13 23:53:40 +08:00
parent 1116486f37
commit 288b6df8e4
+1 -1
View File
@@ -1,7 +1,7 @@
plugins {
id("java")
}
version = "1.10.0"
version = "2.0.0-SNAPSHOT"
tasks.register("publishAllToMavenCentral") {
val isSnapshot = rootProject.version.toString().endsWith("-SNAPSHOT")