From 535005774eb3bd8e17a0e2173193499617a8bfe2 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Fri, 31 May 2024 23:10:24 +0200 Subject: [PATCH] Version: 0.28.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 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.