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 236d9bf commit 6436d92Copy full SHA for 6436d92
buildSrc/src/main/kotlin/P.kt
@@ -37,8 +37,8 @@ object P {
37
override val description: String get() = DESCRIPTION
38
override val homepage: String get() = HOMEPAGE
39
40
- const val VERSION = "1.4.4"
41
- const val NEXT_VERSION = "1.4.5"
+ const val VERSION = "1.4.5"
+ const val NEXT_VERSION = "1.4.6"
42
43
override val snapshotVersion = "$NEXT_VERSION-SNAPSHOT"
44
override val version = if (isSnapshot()) snapshotVersion else VERSION
0 commit comments