mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-31 19:40:24 +08:00
Set version in dev to 2.11.0
This commit is contained in:
parent
66bca56e39
commit
5f7b7896d0
@ -15,7 +15,7 @@ import org.jetbrains.kotlin.gradle.plugin.KotlinDependencyHandler
|
|||||||
|
|
||||||
object Versions {
|
object Versions {
|
||||||
val project = System.getenv("mirai.build.project.version")
|
val project = System.getenv("mirai.build.project.version")
|
||||||
?: /*PROJECT_VERSION_START*/"2.11.0-RC"/*PROJECT_VERSION_END*/
|
?: /*PROJECT_VERSION_START*/"2.11.0"/*PROJECT_VERSION_END*/
|
||||||
|
|
||||||
val core = project
|
val core = project
|
||||||
val console = project
|
val console = project
|
||||||
|
Loading…
Reference in New Issue
Block a user