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 192aedc commit 16274fbCopy full SHA for 16274fb
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.7"
38
- const val NEXT_VERSION = "4.2.0"
+ const val VERSION = "4.2.0"
+ const val NEXT_VERSION = "4.2.1"
39
40
override val snapshotVersion = "$NEXT_VERSION-SNAPSHOT"
41
override val version = if (isSnapshot()) snapshotVersion else VERSION
0 commit comments