Skip to content

Commit 2206f8f

Browse files
committed
release: 4.1.1
1 parent 2638462 commit 2206f8f

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
@@ -56,8 +56,8 @@ object P {
5656
override val homepage: String get() = HOMEPAGE
5757

5858

59-
const val VERSION = "4.1.0"
60-
const val NEXT_VERSION = "4.1.1"
59+
const val VERSION = "4.1.1"
60+
const val NEXT_VERSION = "4.1.2"
6161

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

0 commit comments

Comments
 (0)