Skip to content

Commit

Permalink
oops [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolij committed May 17, 2024
1 parent 39152b1 commit 18965d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ if (releaseChannel.suffix != null) {
}

val versionString = "${minorVersion}.${patchAndSuffix}"
val versionTagName = "${releaseTagPrefix}/${versionString}"
val versionTagName = "${releaseTagPrefix}${versionString}"

version = versionString
println("ZSON Version: $versionString")
Expand Down

0 comments on commit 18965d7

Please sign in to comment.