Skip to content

Commit

Permalink
[ci skip] Update project version to 3.0.0
Browse files Browse the repository at this point in the history
This update changes the project version from 2.1.5 to 3.0.0 in the build.gradle.kts file. It signals a major release, potentially including significant changes or improvements.
  • Loading branch information
NonSwag committed Oct 4, 2024
1 parent 251309d commit d8595fc
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 @@ -12,7 +12,7 @@ plugins {
}

group = "net.thenextlvl.tweaks"
version = "2.1.5"
version = "3.0.0"

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

0 comments on commit d8595fc

Please sign in to comment.