Skip to content

Commit

Permalink
[ci skip] Update project version to 2.0.0.
Browse files Browse the repository at this point in the history
Bumped version from 1.2.3 to 2.0.0 to reflect major updates or breaking changes in the codebase. Ensure all dependencies and documentation align with the new versioning. This change is crucial for proper version tracking and release management.
  • Loading branch information
NonSwag committed Dec 8, 2024
1 parent a63d8ee commit 22b672f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version-checker/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tasks.compileJava {
}

group = "net.thenextlvl.core"
version = "1.2.3"
version = "2.0.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit 22b672f

Please sign in to comment.