Skip to content

Commit

Permalink
[build] 更新 dev 分支版本号到 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Aug 20, 2023
1 parent 167ea33 commit c4815c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4815c9

Please sign in to comment.