Skip to content

Commit b356493

Browse files
committed
build: next version to v4.3.0
1 parent c2016ff commit b356493

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/P.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ object P : ProjectDetail() {
3535
get() = HOMEPAGE
3636

3737
const val VERSION = "4.2.0"
38-
const val NEXT_VERSION = "4.2.1"
38+
const val NEXT_VERSION = "4.3.0"
3939

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

0 commit comments

Comments
 (0)