Skip to content

Commit

Permalink
chore(build): Bump version to 1.3.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
kezz committed Sep 18, 2024
1 parent 7661fec commit 57a9594
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.1-SNAPSHOT"
version = "1.3.0-SNAPSHOT"

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

0 comments on commit 57a9594

Please sign in to comment.