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 d4c519f commit 6698f57Copy full SHA for 6698f57
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.12.0"/*PROJECT_VERSION_END*/
+ ?: /*PROJECT_VERSION_START*/"2.12.1"/*PROJECT_VERSION_END*/
19
20
val core = project
21
val console = project
0 commit comments