Skip to content

Commit

Permalink
Update version in build.gradle.kts to 2.2.13
Browse files Browse the repository at this point in the history
Increment version number to 2.2.13 to reflect new changes. This ensures that any updates or improvements made in the recent changes are properly versioned.
  • Loading branch information
NonSwag committed Nov 1, 2024
1 parent f5cdc71 commit 3ab5aa4
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.12-2"
version = "2.2.13"

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

0 comments on commit 3ab5aa4

Please sign in to comment.