Skip to content

Commit

Permalink
Include MC version in specific versioned too
Browse files Browse the repository at this point in the history
  • Loading branch information
Rover656 committed Mar 9, 2024
1 parent a5ca7df commit 3b98e3e
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 @@ -186,7 +186,7 @@ fun getVersionString(): String {
version_number = version_number.substring(1)
}

return "${version_number}"
return "${minecraft_version}-${version_number}"
}

if (System.getenv("NIGHTLY") != null) {
Expand Down

0 comments on commit 3b98e3e

Please sign in to comment.