Skip to content

Commit a0bbfa0

Browse files
committed
release: v4.1.4
1 parent c045676 commit a0bbfa0

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
@@ -57,7 +57,7 @@ object P {
5757

5858

5959
const val VERSION = "4.1.4"
60-
const val NEXT_VERSION = "4.1.4"
60+
const val NEXT_VERSION = "4.1.5"
6161

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

0 commit comments

Comments
 (0)