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

Commit

Permalink
Version update v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ricky-davis committed May 10, 2021
1 parent af44cf3 commit 7cd8967
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 @@ -237,7 +237,7 @@ def __init__(self, astroPath, launcherINI="Launcher.ini", disable_auto_update=No
astroPath=self.astroPath, logRetention=int(self.launcherConfig.LogRetentionDays))
if disable_auto_update is not None:
self.launcherConfig.AutoUpdateLauncherSoftware = not disable_auto_update
self.version = "v1.7.6"
self.version = "v1.8.0"
colsize = os.get_terminal_size().columns
if colsize >= 77:
vText = "Version " + self.version[1:]
Expand Down

0 comments on commit 7cd8967

Please sign in to comment.