Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew committed Aug 23, 2019
1 parent ae31df8 commit d30852e
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.3"
version = "1.4"
print("HBUpdaterGUI version {}".format(version))

#My modules
Expand Down

0 comments on commit d30852e

Please sign in to comment.