chore: version 2.0.0-SNAPSHOT

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