Start on Loom 1.4

This commit is contained in:
modmuss50
2023-08-22 22:52:10 +01:00
parent ffc786d3cd
commit fc9041a071

View File

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