Skip to content

Commit 16274fb

Browse files
committed
release: v4.2.0
1 parent 192aedc commit 16274fb

File tree

1 file changed

+2
-2
lines changed
  • buildSrc/src/main/kotlin

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/P.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ object P : ProjectDetail() {
3434
override val homepage: String
3535
get() = HOMEPAGE
3636

37-
const val VERSION = "4.1.7"
38-
const val NEXT_VERSION = "4.2.0"
37+
const val VERSION = "4.2.0"
38+
const val NEXT_VERSION = "4.2.1"
3939

4040
override val snapshotVersion = "$NEXT_VERSION-SNAPSHOT"
4141
override val version = if (isSnapshot()) snapshotVersion else VERSION

0 commit comments

Comments
 (0)