Skip to content

Commit

Permalink
bump version to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceWalkerRS committed Jan 5, 2025
1 parent b1c6f79 commit 823b3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ subprojects {
}

group = 'net.ornithemc'
version = '2.5.0'
version = '2.5.1'

var ENV = System.getenv()
version = version + (ENV.GITHUB_ACTIONS ? (ENV.SNAPSHOTS_URL ? "-SNAPSHOT" : "") : "+local")
Expand Down

0 comments on commit 823b3fa

Please sign in to comment.