We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7338b9d commit f95df1bCopy full SHA for f95df1b
Launcher.props
@@ -8,6 +8,6 @@
8
3. Local dev SS14.Loader launching code.
9
-->
10
<TargetFramework>net8.0</TargetFramework>
11
- <Version>0.27.0</Version>
+ <Version>0.27.1</Version>
12
</PropertyGroup>
13
</Project>
SS14.Launcher/ConfigConstants.cs
@@ -5,7 +5,7 @@ namespace SS14.Launcher;
5
6
public static class ConfigConstants
7
{
- public const string CurrentLauncherVersion = "45";
+ public const string CurrentLauncherVersion = "46";
public static readonly bool DoVersionCheck = true;
// Refresh login tokens if they're within <this much> of expiry.
0 commit comments