Skip to content

Commit

Permalink
update version to 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Jun 3, 2024
1 parent c1cec82 commit 04d3f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/P.kt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ object P {
override val homepage: String get() = HOMEPAGE


private val baseVersion = v(0, 0, 1) - v("dev1")
private val baseVersion = v(0, 0, 1)

val snapshotVersion = baseVersion - Version.SNAPSHOT
override val version = if (isSnapshot()) snapshotVersion else baseVersion
Expand Down

0 comments on commit 04d3f12

Please sign in to comment.