Bump version

This commit is contained in:
modmuss50
2024-04-10 09:09:06 +01:00
parent 7a89e40fd0
commit 24a38025cf

View File

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