Skip to content

Commit 69a7b6c

Browse files
committed
2.10.0-RC
1 parent 4a89da5 commit 69a7b6c

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
@@ -15,7 +15,7 @@ import org.jetbrains.kotlin.gradle.plugin.KotlinDependencyHandler
1515

1616
object Versions {
1717
val project = System.getenv("mirai.build.project.version")
18-
?: /*PROJECT_VERSION_START*/"2.11.0-RC"/*PROJECT_VERSION_END*/
18+
?: /*PROJECT_VERSION_START*/"2.10.0-RC"/*PROJECT_VERSION_END*/
1919

2020
val core = project
2121
val console = project

0 commit comments

Comments
 (0)