File tree 3 files changed +11
-1
lines changed
3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ # v4.0.0-dev16
2
+ > [ !warning]
3
+ > 这是一个尚在开发中的** 预览版** ,它可能不稳定,可能会频繁变更,且没有可用性保证。
4
+
5
+
6
+ > Release & Pull Notes: [ v4.0.0-dev16] ( https://github.com/simple-robot/simpler-robot/releases/tag/v4.0.0-dev16 )
7
+
8
+ - build: 暂时关闭 K2 编译,等待 Kt2.0正式版 ([ ` b1731939 ` ] ( https://github.com/simple-robot/simpler-robot/commit/b1731939 ) )
9
+ - fix: BotManagerFactory 没有实现 PluginFactory 的问题 ([ ` e4699a30 ` ] ( https://github.com/simple-robot/simpler-robot/commit/e4699a30 ) )
10
+
1
11
# v4.0.0-dev15
2
12
> [ !warning]
3
13
> 这是一个尚在开发中的** 预览版** ,它可能不稳定,可能会频繁变更,且没有可用性保证。
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ sealed class P(override val group: String) : ProjectDetail() {
81
81
val versionWithoutSnapshot: Version
82
82
83
83
init {
84
- val mainVersion = version(4 , 0 , 0 ) - version(" dev15 " )
84
+ val mainVersion = version(4 , 0 , 0 ) - version(" dev16 " )
85
85
86
86
fun initVersionWithoutSnapshot (status : Version ? ): Version = if (status == null ) {
87
87
mainVersion
You can’t perform that action at this time.
0 commit comments