From 7cd89677542ba035a63190fd06d4be2e0ca02830 Mon Sep 17 00:00:00 2001 From: rdavis Date: Sun, 9 May 2021 21:57:53 -0500 Subject: [PATCH] Version update v1.8.0 --- AstroLauncher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AstroLauncher.py b/AstroLauncher.py index 47d81e0..7a21226 100644 --- a/AstroLauncher.py +++ b/AstroLauncher.py @@ -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:]