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 3693b86 commit a408de9Copy full SHA for a408de9
buildSrc/src/main/kotlin/P.kt
@@ -43,8 +43,8 @@ object P {
43
override val description: String get() = DESCRIPTION
44
override val homepage: String get() = HOMEPAGE
45
46
- const val VERSION = "1.8.2"
47
- const val NEXT_VERSION = "1.9.0-Beta1"
+ const val VERSION = "1.9.0-Beta1"
+ const val NEXT_VERSION = "1.9.0"
48
49
override val snapshotVersion = "$NEXT_VERSION-SNAPSHOT"
50
override val version = if (isSnapshot()) snapshotVersion else VERSION
0 commit comments