We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a89da5 commit 69a7b6cCopy full SHA for 69a7b6c
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.11.0-RC"/*PROJECT_VERSION_END*/
+ ?: /*PROJECT_VERSION_START*/"2.10.0-RC"/*PROJECT_VERSION_END*/
19
20
val core = project
21
val console = project
0 commit comments