diff --git a/buildSrc/src/main/kotlin/Versions.kt b/buildSrc/src/main/kotlin/Versions.kt index b9200734a..a8ea0e79b 100644 --- a/buildSrc/src/main/kotlin/Versions.kt +++ b/buildSrc/src/main/kotlin/Versions.kt @@ -12,7 +12,7 @@ import org.gradle.api.attributes.Attribute object Versions { - const val project = "2.7-M2-dev-1" + const val project = "2.7-M2" const val core = project const val console = project diff --git a/docs/ConfiguringProjects.md b/docs/ConfiguringProjects.md index 2d9420c0c..1cd95566c 100644 --- a/docs/ConfiguringProjects.md +++ b/docs/ConfiguringProjects.md @@ -13,8 +13,8 @@ | 版本类型 | 版本号 | |:------:|:------------------------------:| -| 稳定 | 2.6.4 | -| 预览 | - | +| 稳定 | 2.6.7 | +| 预览 | 2.7-M2 | | 开发 | [![Version]][Central Download] | ### 配置项目 @@ -38,7 +38,7 @@ plugins { } dependencies { - api("net.mamoe", "mirai-core", "2.6.4") + api("net.mamoe", "mirai-core", "2.6.7") } ``` @@ -58,7 +58,7 @@ plugins { } dependencies { - implementation 'net.mamoe:mirai-core:2.6.4' + implementation 'net.mamoe:mirai-core:2.6.7' } ``` @@ -71,7 +71,7 @@ dependencies { mirai 在开发时需要 `net.mamoe:mirai-core-api`, 在运行时需要 `net.mamoe:mirai-core`。可以在开发和编译时只依赖 `mirai-core-api`,会减轻对 IDE 的负担。 ```kotlin dependencies { - val miraiVersion = "2.6.4" + val miraiVersion = "2.6.7" api("net.mamoe", "mirai-core-api", miraiVersion) // 编译代码使用 runtimeOnly("net.mamoe", "mirai-core", miraiVersion) // 运行时使用 } @@ -87,7 +87,7 @@ dependencies { net.mamoe mirai-core-jvm - 2.6.4 + 2.6.7 ``` diff --git a/mirai-console b/mirai-console index 67565cb34..be928efb7 160000 --- a/mirai-console +++ b/mirai-console @@ -1 +1 @@ -Subproject commit 67565cb34b92e098ab40d06f35c5554d7f3d9e69 +Subproject commit be928efb750e3c7e94839ebcff1a52a3906970c6