diff --git a/Launcher.props b/Launcher.props index d14b0b83..19bd6526 100644 --- a/Launcher.props +++ b/Launcher.props @@ -8,6 +8,6 @@ 3. Local dev SS14.Loader launching code. --> net8.0 - 0.27.2 + 0.28.0 diff --git a/SS14.Launcher/ConfigConstants.cs b/SS14.Launcher/ConfigConstants.cs index c97a5632..64a78f1d 100644 --- a/SS14.Launcher/ConfigConstants.cs +++ b/SS14.Launcher/ConfigConstants.cs @@ -5,7 +5,7 @@ namespace SS14.Launcher; public static class ConfigConstants { - public const string CurrentLauncherVersion = "47"; + public const string CurrentLauncherVersion = "48"; public static readonly bool DoVersionCheck = true; // Refresh login tokens if they're within of expiry.