Skip to content

Commit 671c51f

Browse files
committed
bump version to 0.3.0
1 parent 30356a0 commit 671c51f

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
@@ -13,7 +13,7 @@ repositories {
1313
final ENV = System.getenv()
1414

1515
group = 'org.quiltmc'
16-
version = "0.2.0${ENV.GITHUB_ACTIONS ? '' : '+local'}"
16+
version = "0.3.0${ENV.GITHUB_ACTIONS ? '' : '+local'}"
1717

1818
// exclude auto-generated jflex lexer from checkstyle
1919
tasks.withType(Checkstyle).configureEach {

0 commit comments

Comments
 (0)