This commit is contained in:
Karlatemp 2020-12-30 22:24:25 +08:00
parent 7a9557dab7
commit 6f007ae4a9
No known key found for this signature in database
GPG Key ID: 21FBDDF664FF06F8
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ import org.gradle.api.attributes.Attribute
*/
object Versions {
const val project = "2.0-M2"
const val project = "2.0-M2-1"
const val kotlinCompiler = "1.4.21"
const val kotlinStdlib = "1.4.21"

View File

@ -15,7 +15,7 @@ mirai 使用纯 Kotlin 开发,兼容 JVM 平台语言如 Java最低要求 `
| 版本类型 | 版本号 |
|:------:|:------------------------------:|
| 稳定 | 1.3.3 |
| 预览 | 2.0-M2 |
| 预览 | 2.0-M2-1 |
| 开发 | [![Version]][Bintray Download] |
即使 2.0 还没有稳定,也建议使用 2.0 预览版本,因 1.x 版本将不会收到任何更新。