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 6e3db3c commit 7edc036Copy full SHA for 7edc036
Launcher.props
@@ -9,7 +9,7 @@
9
4. build-test.yml GitHub Actions workflow
10
-->
11
<TargetFramework>net9.0</TargetFramework>
12
- <Version>0.31.0</Version>
+ <Version>0.32.0</Version>
13
14
<!--
15
CET breaks for people on older, but still supported Windows versions:
SS14.Launcher/ConfigConstants.cs
@@ -5,7 +5,7 @@ namespace SS14.Launcher;
5
6
public static class ConfigConstants
7
{
8
- public const string CurrentLauncherVersion = "53";
+ public const string CurrentLauncherVersion = "54";
public static readonly bool DoVersionCheck = true;
// Refresh login tokens if they're within <this much> of expiry.
0 commit comments