Skip to content

Commit 8258ad2

Browse files
authored
bump version to 2.2.0
1 parent 6cf6050 commit 8258ad2

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
@@ -40,7 +40,7 @@ subprojects {
4040
}
4141

4242
group = 'org.quiltmc'
43-
version = '2.1.0'
43+
version = '2.2.0'
4444

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

0 commit comments

Comments
 (0)