This repository was archived by the owner on Feb 10, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
backend/mirai-console/src/internal Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ import java.time.Instant
14
14
15
15
internal object MiraiConsoleBuildConstants { // auto-filled on build (task :mirai-console:fillBuildConstants)
16
16
@JvmStatic
17
- val buildDate: Instant = Instant .ofEpochSecond(1609063576 )
18
- const val versionConst: String = " 2.0-M2-dev-10 "
17
+ val buildDate: Instant = Instant .ofEpochSecond(1609151969 )
18
+ const val versionConst: String = " 2.0-M2"
19
19
20
20
@JvmStatic
21
21
val version: SemVersion = SemVersion (versionConst)
Original file line number Diff line number Diff line change 12
12
import org.gradle.api.attributes.Attribute
13
13
14
14
object Versions {
15
- const val core = " 2.0-M2-dev-14 "
16
- const val console = " 2.0-M2-dev-14 "
15
+ const val core = " 2.0-M2"
16
+ const val console = " 2.0-M2"
17
17
const val consoleGraphical = " 0.0.7"
18
18
const val consoleTerminal = console
19
19
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ console 由后端和前端一起工作. 使用时必须选择一个前端.
21
21
| 版本类型 | 版本号 |
22
22
| :------:| :------------------------------:|
23
23
| 稳定 | 1.1.0 |
24
- | 预览 | 2.0-M1-1 |
24
+ | 预览 | 2.0-M2 |
25
25
| 开发 | [ ![ Version]] [ Bintray Download ] |
26
26
27
27
## 配置项目
Original file line number Diff line number Diff line change 10
10
package net.mamoe.mirai.console.gradle
11
11
12
12
internal object VersionConstants {
13
- const val CONSOLE_VERSION = " 2.0-M2-dev-14 " // value is written here automatically during build
14
- const val CORE_VERSION = " 2.0-M2-dev-14 " // value is written here automatically during build
13
+ const val CONSOLE_VERSION = " 2.0-M2" // value is written here automatically during build
14
+ const val CORE_VERSION = " 2.0-M2" // value is written here automatically during build
15
15
}
You can’t perform that action at this time.
0 commit comments