From c9d16341f9cce6720464318dde173fc7fc8f9f64 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Tue, 26 Mar 2024 18:40:50 +0100 Subject: [PATCH] Version: v0.26.1 --- Launcher.props | 2 +- SS14.Launcher/ConfigConstants.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Launcher.props b/Launcher.props index 45572732..21b5afb1 100644 --- a/Launcher.props +++ b/Launcher.props @@ -8,6 +8,6 @@ 3. Local dev SS14.Loader launching code. --> net8.0 - 0.26.0 + 0.26.1 diff --git a/SS14.Launcher/ConfigConstants.cs b/SS14.Launcher/ConfigConstants.cs index eba9a362..47b57698 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 = "43"; + public const string CurrentLauncherVersion = "44"; public static readonly bool DoVersionCheck = true; // Refresh login tokens if they're within of expiry.