Skip to content

Commit

Permalink
Set version to release
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeltumn committed Jul 14, 2024
1 parent c9fccf6 commit 085ed0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ val javaVersion: Int = 21

allprojects {
group = "com.noxcrew.interfaces"
version = "1.2.0-SNAPSHOT"
version = "1.2.0"

tasks.withType<JavaCompile> {
sourceCompatibility = javaVersion.toString()
Expand Down

0 comments on commit 085ed0b

Please sign in to comment.