diff --git a/Launcher.props b/Launcher.props index 90d14426..d77c0ab9 100644 --- a/Launcher.props +++ b/Launcher.props @@ -8,6 +8,6 @@ 3. Local dev SS14.Loader launching code. --> net8.0 - 0.24.0 + 0.25.0 diff --git a/SS14.Launcher/ConfigConstants.cs b/SS14.Launcher/ConfigConstants.cs index ab919548..e11fd264 100644 --- a/SS14.Launcher/ConfigConstants.cs +++ b/SS14.Launcher/ConfigConstants.cs @@ -4,7 +4,7 @@ namespace SS14.Launcher; public static class ConfigConstants { - public const string CurrentLauncherVersion = "40"; + public const string CurrentLauncherVersion = "41"; public static readonly bool DoVersionCheck = true; // Refresh login tokens if they're within of expiry.