Update base version to 1.0

This commit is contained in:
Juuz
2022-10-30 11:22:46 +02:00
parent 992e8d2a8e
commit 65cca62114

View File

@@ -31,7 +31,7 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
group = "dev.architectury"
archivesBaseName = project.name
def baseVersion = '0.13.0'
def baseVersion = '1.0'
def ENV = System.getenv()
def runNumber = ENV.GITHUB_RUN_NUMBER ?: "9999"