This commit is contained in:
modmuss50
2023-04-16 14:46:50 +01:00
parent 4ff9f726e1
commit 9e7458f76a

View File

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