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