Skip to content

Commit 9caf702

Browse files
committed
release: v4.10.0
1 parent d3e1f0e commit 9caf702

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
@@ -48,7 +48,7 @@ fun isSnapshot(): Boolean = _isSnapshot
4848
sealed class P(override val group: String) : ProjectDetail() {
4949
companion object {
5050
const val VERSION = "4.10.0"
51-
const val NEXT_VERSION = "4.10.0"
51+
const val NEXT_VERSION = "4.10.1"
5252
const val SNAPSHOT_VERSION = "$VERSION-SNAPSHOT"
5353
const val NEXT_SNAPSHOT_VERSION = "$NEXT_VERSION-SNAPSHOT"
5454

0 commit comments

Comments
 (0)