diff --git a/buildSrc/src/main/kotlin/Versions.kt b/buildSrc/src/main/kotlin/Versions.kt index f5c09c9ab3a..57932879b89 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.6.4" + const val project = "2.6.5" const val core = project const val console = project diff --git a/docs/ConfiguringProjects.md b/docs/ConfiguringProjects.md index fba5b4e6b72..e62e0d70a95 100644 --- a/docs/ConfiguringProjects.md +++ b/docs/ConfiguringProjects.md @@ -11,7 +11,7 @@ | 版本类型 | 版本号 | |:------:|:------------------------------:| -| 稳定 | 2.6.4 | +| 稳定 | 2.6.5 | | 预览 | - | | 开发 | [![Version]][Bintray Download] | @@ -36,7 +36,7 @@ plugins { } dependencies { - api("net.mamoe", "mirai-core", "2.6.4") + api("net.mamoe", "mirai-core", "2.6.5") } ``` @@ -56,7 +56,7 @@ plugins { } dependencies { - api('net.mamoe', 'mirai-core', '2.6.4') + api('net.mamoe', 'mirai-core', '2.6.5') } ``` @@ -69,7 +69,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.5" api("net.mamoe", "mirai-core-api", miraiVersion) // 编译代码使用 runtimeOnly("net.mamoe", "mirai-core", miraiVersion) // 运行时使用 } @@ -85,7 +85,7 @@ dependencies { net.mamoe mirai-core-jvm - 2.6.4 + 2.6.5 ``` diff --git a/mirai-console b/mirai-console index 2a9a93cb7e5..9749a7c3dd3 160000 --- a/mirai-console +++ b/mirai-console @@ -1 +1 @@ -Subproject commit 2a9a93cb7e5752a99d84723086b6f475d2c97c66 +Subproject commit 9749a7c3dd3681afc470d602a5bd89929ea0e92e