We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be9a63e commit 3971916Copy full SHA for 3971916
build.gradle
@@ -10,7 +10,7 @@ plugins {
10
11
def env = System.getenv()
12
if (env.GITHUB_RUN_NUMBER) {
13
- 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}"
14
}
15
16
version = mod_version
0 commit comments