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 db85aea commit 09f2e40Copy full SHA for 09f2e40
buildSrc/src/main/kotlin/P.kt
@@ -38,7 +38,7 @@ object P {
38
override val homepage: String get() = HOMEPAGE
39
40
const val VERSION = "1.8.1"
41
- const val NEXT_VERSION = "1.8.1"
+ const val NEXT_VERSION = "1.8.2"
42
43
override val snapshotVersion = "$NEXT_VERSION-SNAPSHOT"
44
override val version = if (isSnapshot()) snapshotVersion else VERSION
0 commit comments