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.
0.3.0
1 parent 30356a0 commit 671c51fCopy full SHA for 671c51f
build.gradle
@@ -13,7 +13,7 @@ repositories {
13
final ENV = System.getenv()
14
15
group = 'org.quiltmc'
16
-version = "0.2.0${ENV.GITHUB_ACTIONS ? '' : '+local'}"
+version = "0.3.0${ENV.GITHUB_ACTIONS ? '' : '+local'}"
17
18
// exclude auto-generated jflex lexer from checkstyle
19
tasks.withType(Checkstyle).configureEach {
0 commit comments