Skip to content

Commit 0b9bf54

Browse files
committed
v2.16.0
1 parent e645c1e commit 0b9bf54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/Versions.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import org.jetbrains.kotlin.gradle.plugin.KotlinDependencyHandler
2323
object Versions {
2424
val project = System.getenv("mirai.build.project.version")?.takeIf { it.isNotBlank() }
2525
?: System.getProperty("mirai.build.project.version")?.takeIf { it.isNotBlank() }
26-
?: /*PROJECT_VERSION_START*/"2.17.0"/*PROJECT_VERSION_END*/
26+
?: /*PROJECT_VERSION_START*/"2.16.0"/*PROJECT_VERSION_END*/
2727
// DO NOT ADD SPACE BETWEEN!
2828

2929
val core get() = project

0 commit comments

Comments
 (0)