Skip to content

Commit

Permalink
version was hard-coded to "auto"
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jul 11, 2020
1 parent 66635d1 commit 1427db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def main():
)
# read options from RMSKIN.ini
arc_name = args.title
version = "auto"
version = args.version
config = configparser.ConfigParser()
if HAS_COMPONENTS["RMSKIN.ini"]:
config.read(root_path + os.sep + "RMSKIN.ini")
Expand Down

0 comments on commit 1427db8

Please sign in to comment.