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 1e37381 commit 4857ecdCopy full SHA for 4857ecd
buildSrc/src/main/kotlin/P.kt
@@ -35,7 +35,7 @@ object P : ProjectDetail() {
35
get() = HOMEPAGE
36
37
const val VERSION = "4.1.7"
38
- const val NEXT_VERSION = "4.1.7"
+ const val NEXT_VERSION = "4.1.8"
39
40
override val snapshotVersion = "$NEXT_VERSION-SNAPSHOT"
41
override val version = if (isSnapshot()) snapshotVersion else VERSION
0 commit comments