Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit b87f1e1

Browse files
committed
Version
1 parent 216c337 commit b87f1e1

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
@@ -20,7 +20,7 @@ object P : ProjectDetail() {
2020
override val homepage: String
2121
get() = HOMEPAGE
2222

23-
override val version: Version = with(version(0, 1, 0)) {
23+
override val version: Version = with(version(0, 2, 0)) {
2424
if (isSnapshot) this - Version.SNAPSHOT else this
2525
}
2626

0 commit comments

Comments
 (0)