0.2.7-SNAPSHOT

Changed the version number in build.gradle so it can just update it the next time gradlew is run.
This commit is contained in:
Tehc 2020-02-19 00:40:56 -05:00 committed by GitHub
parent 18fd282e3e
commit 1544c3bcc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '0.2.6-SNAPSHOT'
id 'fabric-loom' version '0.2.7-SNAPSHOT'
id 'maven-publish'
}