Skip to content

Commit

Permalink
v2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Oct 10, 2023
1 parent e645c1e commit 0b9bf54
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.17.0"/*PROJECT_VERSION_END*/
?: /*PROJECT_VERSION_START*/"2.16.0"/*PROJECT_VERSION_END*/
// DO NOT ADD SPACE BETWEEN!

val core get() = project
Expand Down

0 comments on commit 0b9bf54

Please sign in to comment.