Skip to content

Commit

Permalink
Gotta love when the version bump commit doesn't save for no reason
Browse files Browse the repository at this point in the history
  • Loading branch information
Roadhog360 committed Jul 5, 2022
1 parent 19fc806 commit 0b62d63
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 @@ -35,7 +35,7 @@ apply plugin: 'forge'
// SEMVER that gradle uses.
group = "ganymedes01.etfuturum"
archivesBaseName = "Et_Futurum_Requiem"
def modVersion = "2.4.0-rc-1"
def modVersion = "2.4.0-rc-2"
version = project.hasProperty("useCommitHashInVersion") ? getCommitVersion(modVersion) : modVersion

def getCommitVersion(modVersion){
Expand Down

0 comments on commit 0b62d63

Please sign in to comment.