Start 1.11 dev cycle.

This commit is contained in:
modmuss50
2025-02-25 19:48:34 +00:00
parent a21db850ea
commit 0eea92f40a

View File

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