Skip to content

Commit

Permalink
v2.16.0-RC
Browse files Browse the repository at this point in the history
  • Loading branch information
StageGuard authored Sep 3, 2023
1 parent f0fa6a7 commit 5a450e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
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.16.0"/*PROJECT_VERSION_END*/
?: /*PROJECT_VERSION_START*/"2.16.0-RC"/*PROJECT_VERSION_END*/
// DO NOT ADD SPACE BETWEEN!

val core get() = project
Expand Down Expand Up @@ -373,4 +373,4 @@ fun setProjectVersionForFutureBuilds(newVersion: String) {
text = text.replace(template(Versions.project), template(newVersion))
writeText(text)
}
}
}

0 comments on commit 5a450e8

Please sign in to comment.