Skip to content

Commit

Permalink
Version 2.13.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Aug 17, 2022
1 parent a843729 commit 35d0b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import org.jetbrains.kotlin.gradle.plugin.KotlinDependencyHandler
object Versions {
val project = System.getenv("mirai.build.project.version")?.takeIf { it.isNotBlank() }
?: System.getProperty("mirai.build.project.version")?.takeIf { it.isNotBlank() }
?: /*PROJECT_VERSION_START*/"2.13.0"/*PROJECT_VERSION_END*/
?: /*PROJECT_VERSION_START*/"2.13.0-M1"/*PROJECT_VERSION_END*/

val core = project
val console = project
Expand Down

0 comments on commit 35d0b13

Please sign in to comment.