Skip to content

Commit

Permalink
Release v5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmuscaria committed Sep 23, 2022
1 parent 219f283 commit 386ea41
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 @@ -83,7 +83,7 @@ def gitInfo(String key) {
ext.mcVersion = "1.7.10"
ext.forgeVersion = "1614"
ext.revision = "1.0.7"
ext.crucibleVersion = "5.3"
ext.crucibleVersion = "5.4"
if (gitInfo('branch') == "dev") {
version = "${mcVersion}-${gitInfo('branch')}-${gitInfo('hash')}"
ext.crucibleVersion = "${gitInfo('branch')}-${gitInfo('hash')}"
Expand Down

0 comments on commit 386ea41

Please sign in to comment.