Start on 1.13

This commit is contained in:
modmuss50
2025-10-30 07:44:02 +00:00
parent e076ac7bcf
commit 371bfe905a

View File

@@ -23,7 +23,7 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
}
group = 'net.fabricmc'
def baseVersion = '1.12'
def baseVersion = '1.13'
def ENV = System.getenv()
if (ENV.BUILD_NUMBER) {