mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-10 10:30:13 +08:00
2.0-RC
This commit is contained in:
parent
7d353f9ca1
commit
18affb2b0c
@ -14,8 +14,8 @@ import java.time.Instant
|
||||
|
||||
internal object MiraiConsoleBuildConstants { // auto-filled on build (task :mirai-console:fillBuildConstants)
|
||||
@JvmStatic
|
||||
val buildDate: Instant = Instant.ofEpochSecond(1610293424)
|
||||
const val versionConst: String = "2.0-RC-dev-1"
|
||||
val buildDate: Instant = Instant.ofEpochSecond(1610449212)
|
||||
const val versionConst: String = "2.0-RC"
|
||||
|
||||
@JvmStatic
|
||||
val version: SemVersion = SemVersion(versionConst)
|
||||
|
@ -12,8 +12,8 @@
|
||||
import org.gradle.api.attributes.Attribute
|
||||
|
||||
object Versions {
|
||||
const val core = "2.0-RC-dev-9"
|
||||
const val console = "2.0-RC-dev-2"
|
||||
const val core = "2.0-RC"
|
||||
const val console = "2.0-RC"
|
||||
const val consoleGraphical = "0.0.7"
|
||||
const val consoleTerminal = console
|
||||
|
||||
|
@ -20,8 +20,8 @@ console 由后端和前端一起工作. 使用时必须选择一个前端.
|
||||
|
||||
| 版本类型 | 版本号 |
|
||||
|:------:|:------------------------------:|
|
||||
| 稳定 | 1.1.0 |
|
||||
| 预览 | 2.0-M2 |
|
||||
| 稳定 | 2.0-RC |
|
||||
| 预览 | - |
|
||||
| 开发 | [![Version]][Bintray Download] |
|
||||
|
||||
## 配置项目
|
||||
|
@ -10,6 +10,6 @@
|
||||
package net.mamoe.mirai.console.gradle
|
||||
|
||||
internal object VersionConstants {
|
||||
const val CONSOLE_VERSION = "2.0-RC-dev-2" // value is written here automatically during build
|
||||
const val CORE_VERSION = "2.0-RC-dev-9" // value is written here automatically during build
|
||||
const val CONSOLE_VERSION = "2.0-RC" // value is written here automatically during build
|
||||
const val CORE_VERSION = "2.0-RC" // value is written here automatically during build
|
||||
}
|
Loading…
Reference in New Issue
Block a user