Skip to content

Commit

Permalink
v2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Karlatemp committed Jul 10, 2023
1 parent 019e5e1 commit 9498bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Expand Up @@ -23,7 +23,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.15.0-RC"/*PROJECT_VERSION_END*/
?: /*PROJECT_VERSION_START*/"2.15.0"/*PROJECT_VERSION_END*/
// DO NOT ADD SPACE BETWEEN!

val core get() = project
Expand Down

0 comments on commit 9498bc8

Please sign in to comment.