We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c468570 commit e8ab1c0Copy full SHA for e8ab1c0
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.14.0"/*PROJECT_VERSION_END*/
+ ?: /*PROJECT_VERSION_START*/"2.14.0-RC"/*PROJECT_VERSION_END*/
27
// DO NOT ADD SPACE BETWEEN!
28
29
val core get() = project
0 commit comments