Skip to content

Commit 4857ecd

Browse files
committed
release: v4.1.7
1 parent 1e37381 commit 4857ecd

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
@@ -35,7 +35,7 @@ object P : ProjectDetail() {
3535
get() = HOMEPAGE
3636

3737
const val VERSION = "4.1.7"
38-
const val NEXT_VERSION = "4.1.7"
38+
const val NEXT_VERSION = "4.1.8"
3939

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

0 commit comments

Comments
 (0)