Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ricky-davis committed Aug 13, 2020
1 parent 628959e commit 31828c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AstroLauncher.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def __init__(self, astroPath, launcherINI="Launcher.ini", disable_auto_update=No
self.refresh_launcher_config()
if disable_auto_update is not None:
self.launcherConfig.DisableAutoUpdate = disable_auto_update
self.version = "v1.7.1"
self.version = "v1.7.2"
colsize = os.get_terminal_size().columns
if colsize >= 77:
vText = "Version " + self.version[1:]
Expand Down

0 comments on commit 31828c1

Please sign in to comment.