Skip to content

Commit 8486b2e

Browse files
committed
release: v1.9.0
1 parent a408de9 commit 8486b2e

File tree

1 file changed

+2
-2
lines changed
  • buildSrc/src/main/kotlin

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/P.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ object P {
4343
override val description: String get() = DESCRIPTION
4444
override val homepage: String get() = HOMEPAGE
4545

46-
const val VERSION = "1.9.0-Beta1"
47-
const val NEXT_VERSION = "1.9.0"
46+
const val VERSION = "1.9.0"
47+
const val NEXT_VERSION = "1.9.1"
4848

4949
override val snapshotVersion = "$NEXT_VERSION-SNAPSHOT"
5050
override val version = if (isSnapshot()) snapshotVersion else VERSION

0 commit comments

Comments
 (0)