mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-12 14:00:12 +08:00
[build] 更新 dev 分支版本号到 2.16.0
This commit is contained in:
parent
167ea338f8
commit
c4815c9a7f
@ -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.15.0"/*PROJECT_VERSION_END*/
|
||||
?: /*PROJECT_VERSION_START*/"2.16.0"/*PROJECT_VERSION_END*/
|
||||
// DO NOT ADD SPACE BETWEEN!
|
||||
|
||||
val core get() = project
|
||||
|
Loading…
Reference in New Issue
Block a user