Skip to content

Commit

Permalink
Merge branch '1.20.2' into 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Treetrain1 committed Dec 27, 2023
2 parents 6798d69 + 803bf33 commit 60ec8fd
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 @@ -324,7 +324,7 @@ fun getModVersion(): String {
var version = "$mod_version-$mod_loader+$minecraft_version"

if (release != null && !release) {
version += "-unstable"
//version += "-unstable"
}

return version
Expand Down

0 comments on commit 60ec8fd

Please sign in to comment.