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 be9a63e commit 3971916
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.6-1.0.0' + "+" + "${env.GITHUB_RUN_NUMBER}"
mod_version = 'neoforge-1.20.6-1.0.1' + "." + "${env.GITHUB_RUN_NUMBER}"
}

version = mod_version
Expand Down

0 comments on commit 3971916

Please sign in to comment.