We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f4207f commit f177488Copy full SHA for f177488
scripts/push_tag.py
@@ -36,7 +36,7 @@ def main():
36
else:
37
print("Created tag")
38
39
- build["mod_version"] = str(int(mod_version) + 1)
+ build["mod_version"] = str(int(version) + 1)
40
with open("gradle.properties", "wb") as f:
41
build.store(f, encoding="utf-8")
42
0 commit comments