Skip to content

Commit 9cc6b56

Browse files
committed
bump version to 2.6.2
1 parent ebc7a5c commit 9cc6b56

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.6.1'
34+
version = '2.6.2'
3535

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

0 commit comments

Comments
 (0)