Skip to content

Commit

Permalink
预备2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Jun 11, 2024
1 parent b0ed3e1 commit cf7dd18
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, 1, 1)
private val baseVersion = v(0, 2, 0)

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

0 comments on commit cf7dd18

Please sign in to comment.