Skip to content

Commit

Permalink
Release v5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmuscaria authored Feb 13, 2021
1 parent b21dcf9 commit f045cf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def gitInfo(String key) {
ext.mcVersion = "1.7.10"
ext.forgeVersion = "1614"
ext.revision = "1.0.7"
ext.crucibleVersion = "4.1"
ext.crucibleVersion = "5.0"
version = "${mcVersion}-${crucibleVersion}-${gitInfo('branch')}-${gitInfo('hash')}"
System.setProperty("file.encoding", "UTF-8")

Expand Down Expand Up @@ -283,4 +283,4 @@ subprojects {
repositories {
mavenCentral()
}
}
}

0 comments on commit f045cf2

Please sign in to comment.