We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa16c7 commit 8815847Copy full SHA for 8815847
build.gradle.kts
@@ -17,7 +17,7 @@ val javaVersion: Int = 21
17
18
allprojects {
19
group = "com.noxcrew.interfaces"
20
- version = "2.0.1-SNAPSHOT"
+ version = "2.0.1"
21
22
tasks.withType<JavaCompile> {
23
sourceCompatibility = javaVersion.toString()
0 commit comments