From fe327cb220b548ffe71643b25746702ff3f84cac Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Sat, 21 Oct 2023 15:31:35 +0200 Subject: [PATCH] Version: 0.24.0 --- Launcher.props | 2 +- SS14.Launcher/ConfigConstants.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Launcher.props b/Launcher.props index d0375991..520ff8cb 100644 --- a/Launcher.props +++ b/Launcher.props @@ -8,6 +8,6 @@ 3. Local dev SS14.Loader launching code. --> net7.0 - 0.23.0 + 0.24.0 diff --git a/SS14.Launcher/ConfigConstants.cs b/SS14.Launcher/ConfigConstants.cs index 434186c9..ab919548 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 = "39"; + public const string CurrentLauncherVersion = "40"; public static readonly bool DoVersionCheck = true; // Refresh login tokens if they're within of expiry.