1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-04-24 20:43:33 +08:00

Set version in dev to 2.13.0

This commit is contained in:
Him188 2022-06-18 14:46:38 +01:00
parent 16bbfdd36a
commit 9d33c05aad
No known key found for this signature in database
GPG Key ID: BA439CDDCF652375

View File

@ -15,7 +15,7 @@ import org.jetbrains.kotlin.gradle.plugin.KotlinDependencyHandler
object Versions {
val project = System.getenv("mirai.build.project.version")
?: /*PROJECT_VERSION_START*/"2.12.0"/*PROJECT_VERSION_END*/
?: /*PROJECT_VERSION_START*/"2.13.0"/*PROJECT_VERSION_END*/
val core = project
val console = project