Skip to content

Commit ba63a49

Browse files
committed
bump version to 2.5.0
1 parent 294af79 commit ba63a49

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
@@ -35,7 +35,7 @@ subprojects {
3535
}
3636

3737
group = 'org.quiltmc'
38-
version = '2.4.2'
38+
version = '2.5.0'
3939

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

0 commit comments

Comments
 (0)