From d513850f2fc9a0adf2e596d7e157bd4801394394 Mon Sep 17 00:00:00 2001 From: DEATHB4DEFEAT Date: Mon, 30 Dec 2024 13:37:05 -0800 Subject: [PATCH] v1.1.1 --- SS14.Launcher/ConfigConstants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SS14.Launcher/ConfigConstants.cs b/SS14.Launcher/ConfigConstants.cs index 3924ab7..cd3b69a 100644 --- a/SS14.Launcher/ConfigConstants.cs +++ b/SS14.Launcher/ConfigConstants.cs @@ -6,7 +6,7 @@ namespace SS14.Launcher; public static class ConfigConstants { - public const string CurrentLauncherVersion = "1.1.0"; + public const string CurrentLauncherVersion = "1.1.1"; #if RELEASE public const bool DoVersionCheck = true; #else