Skip to content

Commit 958605f

Browse files
committed
version to 4.11.1
1 parent f68ac86 commit 958605f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/P.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ fun isSnapshot(): Boolean = _isSnapshot
4747
@Suppress("MemberVisibilityCanBePrivate")
4848
sealed class P(override val group: String) : ProjectDetail() {
4949
companion object {
50-
const val VERSION = "4.11.0"
50+
const val VERSION = "4.11.1"
5151
const val NEXT_VERSION = "4.11.1"
5252
const val SNAPSHOT_VERSION = "$VERSION-SNAPSHOT"
5353
const val NEXT_SNAPSHOT_VERSION = "$NEXT_VERSION-SNAPSHOT"

0 commit comments

Comments
 (0)