Skip to content

Commit a408de9

Browse files
committed
release: v1.9.0-Beta1
1 parent 3693b86 commit a408de9

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.8.2"
47-
const val NEXT_VERSION = "1.9.0-Beta1"
46+
const val VERSION = "1.9.0-Beta1"
47+
const val NEXT_VERSION = "1.9.0"
4848

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

0 commit comments

Comments
 (0)