Skip to content

Commit

Permalink
Update version to 2.3.0 in build configuration
Browse files Browse the repository at this point in the history
This change updates the project version from 2.2.15 to 2.3.0 in `build.gradle.kts`. It likely reflects new features, changes, or improvements in the project.
  • Loading branch information
NonSwag committed Feb 12, 2025
1 parent 6702f44 commit 6229576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbt/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "net.thenextlvl.core"
version = "2.2.15"
version = "2.3.0"

java {
toolchain.languageVersion = JavaLanguageVersion.of(21)
Expand Down

0 comments on commit 6229576

Please sign in to comment.