[build] Set version to 2.14.0

This commit is contained in:
Him188 2022-10-28 14:39:39 +01:00
parent 03fc3a3445
commit a8995d63a6
No known key found for this signature in database
GPG Key ID: BA439CDDCF652375

View File

@ -19,7 +19,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.13.0"/*PROJECT_VERSION_END*/
?: /*PROJECT_VERSION_START*/"2.14.0"/*PROJECT_VERSION_END*/
val core = project
val console = project