We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a9420 commit 1012967Copy full SHA for 1012967
buildSrc/src/main/kotlin/Versions.kt
@@ -23,7 +23,7 @@ import org.jetbrains.kotlin.gradle.plugin.KotlinDependencyHandler
23
object Versions {
24
val project = System.getenv("mirai.build.project.version")?.takeIf { it.isNotBlank() }
25
?: System.getProperty("mirai.build.project.version")?.takeIf { it.isNotBlank() }
26
- ?: /*PROJECT_VERSION_START*/"2.15.0-M1"/*PROJECT_VERSION_END*/
+ ?: /*PROJECT_VERSION_START*/"2.15.0-RC"/*PROJECT_VERSION_END*/
27
// DO NOT ADD SPACE BETWEEN!
28
29
val core get() = project
0 commit comments