Skip to content

Commit f177488

Browse files
committed
fix push tag script
1 parent 6f4207f commit f177488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/push_tag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def main():
3636
else:
3737
print("Created tag")
3838

39-
build["mod_version"] = str(int(mod_version) + 1)
39+
build["mod_version"] = str(int(version) + 1)
4040
with open("gradle.properties", "wb") as f:
4141
build.store(f, encoding="utf-8")
4242

0 commit comments

Comments
 (0)