Skip to content
This repository was archived by the owner on Feb 10, 2023. It is now read-only.

Commit d2965c8

Browse files
committed
2.0-M2
1 parent c76df4d commit d2965c8

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

backend/mirai-console/src/internal/MiraiConsoleBuildConstants.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ import java.time.Instant
1414

1515
internal object MiraiConsoleBuildConstants { // auto-filled on build (task :mirai-console:fillBuildConstants)
1616
@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"
1919

2020
@JvmStatic
2121
val version: SemVersion = SemVersion(versionConst)

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
import org.gradle.api.attributes.Attribute
1313

1414
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"
1717
const val consoleGraphical = "0.0.7"
1818
const val consoleTerminal = console
1919

docs/ConfiguringProjects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ console 由后端和前端一起工作. 使用时必须选择一个前端.
2121
| 版本类型 | 版本号 |
2222
|:------:|:------------------------------:|
2323
| 稳定 | 1.1.0 |
24-
| 预览 | 2.0-M1-1 |
24+
| 预览 | 2.0-M2 |
2525
| 开发 | [![Version]][Bintray Download] |
2626

2727
## 配置项目

tools/gradle-plugin/src/VersionConstants.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
package net.mamoe.mirai.console.gradle
1111

1212
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
1515
}

0 commit comments

Comments
 (0)