File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
- # v4.0.0-beta1
1
+ # v4.0.0-beta2
2
2
3
- > Release & Pull Notes: [ v4.0.0-beta1 ] ( https://github.com/simple-robot/simpler-robot/releases/tag/v4.0.0-beta1 )
3
+ > Release & Pull Notes: [ v4.0.0-beta2 ] ( https://github.com/simple-robot/simpler-robot/releases/tag/v4.0.0-beta2 )
4
4
5
5
- build(deps): bump org.jetbrains: annotations from 24.0.1 to 24.1.0 ([ ` 278ac66 ` ] ( https://github.com/simple-robot/simpler-robot/commit/278ac66 ) )
6
6
- build(deps): bump ksp from 1.9.22-1.0.17 to 1.9.22-1.0.18 ([ ` 0a23a80 ` ] ( https://github.com/simple-robot/simpler-robot/commit/0a23a80 ) )
Original file line number Diff line number Diff line change 3
3
<vars >
4
4
<var name =" jb" value =" 阻塞" />
5
5
<var name =" ja" value =" 异步" />
6
- <var name =" version" value =" 4.0.0-beta1 " />
6
+ <var name =" version" value =" 4.0.0-beta2 " />
7
7
<var name =" minimum-core-version" value =" 4.0.0-beta1" />
8
8
</vars >
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ object P : ProjectDetail() {
52
52
override val homepage: String
53
53
get() = HOMEPAGE
54
54
55
- private val baseVersion = v(4 , 0 , 0 ) - v(" beta1 " )
55
+ private val baseVersion = v(4 , 0 , 0 ) - v(" beta2 " )
56
56
57
57
val snapshotVersion = baseVersion - Version .SNAPSHOT
58
58
override val version = if (isSnapshot()) snapshotVersion else baseVersion
You can’t perform that action at this time.
0 commit comments