Start 1.8 dev cycle

This commit is contained in:
modmuss50
2024-08-12 13:08:53 +01:00
parent 5f09e18f03
commit 7e10b48751

View File

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