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 68992dd commit 6038b04Copy full SHA for 6038b04
buildSrc/src/main/kotlin/P.kt
@@ -37,8 +37,8 @@ object P {
37
override val description: String get() = DESCRIPTION
38
override val homepage: String get() = HOMEPAGE
39
40
- const val VERSION = "1.5.0"
41
- const val NEXT_VERSION = "1.6.0"
+ const val VERSION = "1.6.0"
+ const val NEXT_VERSION = "1.6.1"
42
43
override val snapshotVersion = "$NEXT_VERSION-SNAPSHOT"
44
override val version = if (isSnapshot()) snapshotVersion else VERSION
0 commit comments