Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexeption authored Jun 19, 2024
1 parent 31a280b commit 3ffa888
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 @@ -10,7 +10,7 @@ plugins {

def env = System.getenv()
if (env.GITHUB_RUN_NUMBER) {
mod_version = 'neoforge-1.20.4-1.0.0' + "+" + "${env.GITHUB_RUN_NUMBER}"
mod_version = 'neoforge-1.20.4-1.0.1' + "." + "${env.GITHUB_RUN_NUMBER}"
}

version = mod_version
Expand Down

0 comments on commit 3ffa888

Please sign in to comment.