From 217b2392d9869c90a82ace76f69eba0d68eebaf4 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Sun, 10 Mar 2024 23:41:28 +0100 Subject: [PATCH] Version: 0.26.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 9c20db79..45572732 100644 --- a/Launcher.props +++ b/Launcher.props @@ -8,6 +8,6 @@ 3. Local dev SS14.Loader launching code. --> net8.0 - 0.25.1 + 0.26.0 diff --git a/SS14.Launcher/ConfigConstants.cs b/SS14.Launcher/ConfigConstants.cs index 3fb2489b..eba9a362 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 = "42"; + public const string CurrentLauncherVersion = "43"; public static readonly bool DoVersionCheck = true; // Refresh login tokens if they're within of expiry.