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 ec6756e commit fe327cbCopy full SHA for fe327cb
Launcher.props
@@ -8,6 +8,6 @@
8
3. Local dev SS14.Loader launching code.
9
-->
10
<TargetFramework>net7.0</TargetFramework>
11
- <Version>0.23.0</Version>
+ <Version>0.24.0</Version>
12
</PropertyGroup>
13
</Project>
SS14.Launcher/ConfigConstants.cs
@@ -4,7 +4,7 @@ namespace SS14.Launcher;
4
5
public static class ConfigConstants
6
{
7
- public const string CurrentLauncherVersion = "39";
+ public const string CurrentLauncherVersion = "40";
public static readonly bool DoVersionCheck = true;
// Refresh login tokens if they're within <this much> of expiry.
0 commit comments