Set version to 2.17.0

This commit is contained in:
Him188 2023-10-10 10:32:24 +01:00
parent d62c613b5f
commit e645c1ea4e
No known key found for this signature in database
GPG Key ID: 0B199D2C430CD6A1

View File

@ -23,7 +23,7 @@ import org.jetbrains.kotlin.gradle.plugin.KotlinDependencyHandler
object Versions {
val project = System.getenv("mirai.build.project.version")?.takeIf { it.isNotBlank() }
?: System.getProperty("mirai.build.project.version")?.takeIf { it.isNotBlank() }
?: /*PROJECT_VERSION_START*/"2.16.0-RC"/*PROJECT_VERSION_END*/
?: /*PROJECT_VERSION_START*/"2.17.0"/*PROJECT_VERSION_END*/
// DO NOT ADD SPACE BETWEEN!
val core get() = project