Skip to content

Commit

Permalink
Fix double "v" prefix in ghVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Nov 22, 2024
1 parent 892d1ec commit ec422ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ test {
}

def getGhVersion() {
return "v" + version.substring(0, version.indexOf("-MC"))
return version.substring(0, version.indexOf("-MC"))
}

def getChangelogUrl() {
Expand Down

0 comments on commit ec422ba

Please sign in to comment.