Skip to content

Commit 823b3fa

Browse files
committed
bump version to 2.5.1
1 parent b1c6f79 commit 823b3fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ subprojects {
3131
}
3232

3333
group = 'net.ornithemc'
34-
version = '2.5.0'
34+
version = '2.5.1'
3535

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

0 commit comments

Comments
 (0)