Skip to content

Commit

Permalink
Add missing remove z prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed Jun 12, 2023
1 parent 3e8a23f commit c37453a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildSrc/src/main/kotlin/korlibs/root/RootKorlibsPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -997,6 +997,7 @@ fun Project.getForcedVersion(): String {
?.removePrefix("refs/tags/")
?.removePrefix("v")
?.removePrefix("w")
?.removePrefix("z")
?: project.version.toString()
}

Expand Down

0 comments on commit c37453a

Please sign in to comment.