We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99c2030 commit 6b31c83Copy full SHA for 6b31c83
1 file changed
build.gradle.kts
@@ -10,7 +10,7 @@ plugins {
10
11
allprojects {
12
group = "org.enginehub.worldeditcui"
13
- version = "${rootProject.libs.versions.minecraft.get()}+02-SNAPSHOT"
+ version = "${rootProject.libs.versions.minecraft.get()}+01"
14
15
repositories {
16
// mirrors:
0 commit comments