We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1162c8a commit 595f042Copy full SHA for 595f042
buildSrc/src/main/kotlin/P.kt
@@ -34,8 +34,8 @@ object P : ProjectDetail() {
34
override val homepage: String
35
get() = HOMEPAGE
36
37
- const val VERSION = "4.1.5"
38
- const val NEXT_VERSION = "4.1.6"
+ const val VERSION = "4.1.6"
+ const val NEXT_VERSION = "4.1.7"
39
40
override val snapshotVersion = "$NEXT_VERSION-SNAPSHOT"
41
override val version = if (isSnapshot()) snapshotVersion else VERSION
0 commit comments