Change loom version to 0.12.+

This commit is contained in:
peaceheis 2022-04-20 16:33:59 -05:00 committed by GitHub
parent e7f3fd5a55
commit 140b4ba3e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
plugins {
id 'org.quiltmc.loom' version '0.12-SNAPSHOT'
id 'org.quiltmc.loom' version '0.12.+'
id 'maven-publish'
}