Skip to content

Commit 595f042

Browse files
committed
release: v4.1.6
1 parent 1162c8a commit 595f042

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.5"
38-
const val NEXT_VERSION = "4.1.6"
37+
const val VERSION = "4.1.6"
38+
const val NEXT_VERSION = "4.1.7"
3939

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

0 commit comments

Comments
 (0)