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.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ricky-davis committed Jul 14, 2020
1 parent d0b4305 commit c348f21
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 @@ -200,7 +200,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.5.3"
self.version = "v1.6.0"
AstroLogging.logPrint(
f"AstroLauncher - Unofficial Dedicated Server Launcher {self.version}")
AstroLogging.logPrint(
Expand Down

0 comments on commit c348f21

Please sign in to comment.