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 23d2e6e commit 29f997bCopy full SHA for 29f997b
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.2.0"
38
- const val NEXT_VERSION = "4.3.0"
+ const val VERSION = "4.3.0"
+ const val NEXT_VERSION = "4.3.1"
39
40
override val snapshotVersion = "$NEXT_VERSION-SNAPSHOT"
41
override val version = if (isSnapshot()) snapshotVersion else VERSION
0 commit comments