Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
RawDiamondMC committed Oct 22, 2023
1 parent 3d77e55 commit 43f0ed5
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 @@ tasks.register('move-jar', Copy) {
}

tasks.register('generate-version-file') {
def content = project.mod_version + "." + getVersionSuffix()
def content = project.mod_version + "." + getPatchVersion()
def file = file("./temp/version/version-info")
file.parentFile.mkdirs()
file.write(content)
Expand Down

0 comments on commit 43f0ed5

Please sign in to comment.