Skip to content

Commit

Permalink
[ci skip] Update version to 2.0.3 in build configuration
Browse files Browse the repository at this point in the history
Bump the project version from 2.0.2 to 2.0.3 in `build.gradle.kts`. This likely prepares for a new release with potential fixes or improvements.
  • Loading branch information
NonSwag committed Dec 29, 2024
1 parent 971ea25 commit e81cf9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper/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 = "2.0.2"
version = "2.0.3"

repositories {
mavenCentral()
Expand Down

0 comments on commit e81cf9c

Please sign in to comment.