Skip to content

Commit 9498bc8

Browse files
committed
v2.15.0
1 parent 019e5e1 commit 9498bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/Versions.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import org.jetbrains.kotlin.gradle.plugin.KotlinDependencyHandler
2323
object Versions {
2424
val project = System.getenv("mirai.build.project.version")?.takeIf { it.isNotBlank() }
2525
?: System.getProperty("mirai.build.project.version")?.takeIf { it.isNotBlank() }
26-
?: /*PROJECT_VERSION_START*/"2.15.0-RC"/*PROJECT_VERSION_END*/
26+
?: /*PROJECT_VERSION_START*/"2.15.0"/*PROJECT_VERSION_END*/
2727
// DO NOT ADD SPACE BETWEEN!
2828

2929
val core get() = project

0 commit comments

Comments
 (0)