Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeltumn committed May 14, 2024
1 parent 7e41f0e commit df65f6e
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.1.7-SNAPSHOT"
version = "1.1.8-SNAPSHOT"

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

0 comments on commit df65f6e

Please sign in to comment.