Skip to content

Commit

Permalink
2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
embeddedt committed Feb 10, 2023
1 parent 98ad231 commit e7837b7
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 @@ -38,7 +38,7 @@ apply plugin: 'forge'
// SEMVER that gradle uses.
group = "ganymedes01.etfuturum"
archivesBaseName = "Et_Futurum_Requiem"
def modVersion = "2.4.2"
def modVersion = "2.4.3"
def embedMixin = !project.hasProperty("nomixin");
version = project.hasProperty("useCommitHashInVersion") ? getCommitVersion(modVersion) : modVersion

Expand Down

0 comments on commit e7837b7

Please sign in to comment.