diff --git a/Launcher.props b/Launcher.props index 359e0a06..80a3ace9 100644 --- a/Launcher.props +++ b/Launcher.props @@ -1,6 +1,6 @@  net6.0 - 0.18.0 + 0.19.0 diff --git a/SS14.Launcher/ConfigConstants.cs b/SS14.Launcher/ConfigConstants.cs index 1761c7d8..c8b02cdd 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 = "28"; + public const string CurrentLauncherVersion = "29"; public static readonly bool DoVersionCheck = true; // Refresh login tokens if they're within of expiry.