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 6c121f8 commit e0d8868Copy full SHA for e0d8868
buildSrc/src/main/kotlin/Versions.kt
@@ -15,7 +15,7 @@ import org.jetbrains.kotlin.gradle.plugin.KotlinDependencyHandler
15
16
object Versions {
17
val project = System.getenv("mirai.build.project.version")
18
- ?: /*PROJECT_VERSION_START*/"2.10.0-RC"/*PROJECT_VERSION_END*/
+ ?: /*PROJECT_VERSION_START*/"2.10.0-RC2"/*PROJECT_VERSION_END*/
19
20
val core = project
21
val console = project
0 commit comments