Skip to content

Commit 903a269

Browse files
committed
Release 4.0.0
1 parent 02a507e commit 903a269

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ allprojects {
99
}
1010

1111
group = "org.battleplugins"
12-
version = "4.0.0-SNAPSHOT"
12+
version = "4.0.0"
1313

1414
repositories {
1515
maven("https://repo.papermc.io/repository/maven-public")
@@ -20,4 +20,4 @@ allprojects {
2020
languageVersion.set(JavaLanguageVersion.of(17))
2121
}
2222
}
23-
}
23+
}

0 commit comments

Comments
 (0)