Skip to content

Commit 2f1384b

Browse files
committed
release: v4.0.0-beta2
1 parent 84708dc commit 2f1384b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
File renamed without changes.

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# v4.0.0-beta1
1+
# v4.0.0-beta2
22

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)
44
55
- build(deps): bump org.jetbrains:annotations from 24.0.1 to 24.1.0 ([`278ac66`](https://github.com/simple-robot/simpler-robot/commit/278ac66))
66
- 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))

Writerside/v.list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<vars>
44
<var name="jb" value="阻塞"/>
55
<var name="ja" value="异步"/>
6-
<var name="version" value="4.0.0-beta1"/>
6+
<var name="version" value="4.0.0-beta2"/>
77
<var name="minimum-core-version" value="4.0.0-beta1"/>
88
</vars>

buildSrc/src/main/kotlin/P.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ object P : ProjectDetail() {
5252
override val homepage: String
5353
get() = HOMEPAGE
5454

55-
private val baseVersion = v(4, 0, 0) - v("beta1")
55+
private val baseVersion = v(4, 0, 0) - v("beta2")
5656

5757
val snapshotVersion = baseVersion - Version.SNAPSHOT
5858
override val version = if (isSnapshot()) snapshotVersion else baseVersion

0 commit comments

Comments
 (0)