We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2.5.0
1 parent 294af79 commit ba63a49Copy full SHA for ba63a49
build.gradle
@@ -35,7 +35,7 @@ subprojects {
35
}
36
37
group = 'org.quiltmc'
38
- version = '2.4.2'
+ version = '2.5.0'
39
40
var ENV = System.getenv()
41
version = version + (ENV.GITHUB_ACTIONS ? (ENV.SNAPSHOTS_URL ? "-SNAPSHOT" : "") : "+local")
0 commit comments