Bump version to 1.1

This commit is contained in:
modmuss50
2022-10-26 12:46:44 +01:00
parent 57b5f05c57
commit fccb667212

View File

@@ -31,7 +31,7 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
group = 'net.fabricmc' group = 'net.fabricmc'
archivesBaseName = project.name archivesBaseName = project.name
def baseVersion = '1.0' def baseVersion = '1.1'
def ENV = System.getenv() def ENV = System.getenv()
if (ENV.BUILD_NUMBER) { if (ENV.BUILD_NUMBER) {