Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew committed Aug 19, 2019
1 parent f0ec0ff commit 3915833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HBUpdaterGUI.py
Expand Up @@ -8,7 +8,7 @@
if sys.version_info[0] < 3 or sys.version_info[1] < 6:
sys.exit("Python 3.6 or greater is required to run this program.")

version = "1.1"
version = "1.3"
print("HBUpdaterGUI version {}".format(version))

#My modules
Expand Down

0 comments on commit 3915833

Please sign in to comment.