Skip to content

Commit

Permalink
v2.15.0-RC
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Jun 20, 2023
1 parent 78a9420 commit 1012967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
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-M1"/*PROJECT_VERSION_END*/
?: /*PROJECT_VERSION_START*/"2.15.0-RC"/*PROJECT_VERSION_END*/
// DO NOT ADD SPACE BETWEEN!

val core get() = project
Expand Down

0 comments on commit 1012967

Please sign in to comment.