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 a408de9 commit 8486b2eCopy full SHA for 8486b2e
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.9.0-Beta1"
47
- const val NEXT_VERSION = "1.9.0"
+ const val VERSION = "1.9.0"
+ const val NEXT_VERSION = "1.9.1"
48
49
override val snapshotVersion = "$NEXT_VERSION-SNAPSHOT"
50
override val version = if (isSnapshot()) snapshotVersion else VERSION
0 commit comments