We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03fb954 commit 553736fCopy full SHA for 553736f
Launcher.props
@@ -9,7 +9,7 @@
9
4. build-test.yml GitHub Actions workflow
10
-->
11
<TargetFramework>net9.0</TargetFramework>
12
- <Version>0.34.1</Version>
+ <Version>0.34.2</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 = "56";
+ public const string CurrentLauncherVersion = "57";
public static readonly bool DoVersionCheck = true;
// Refresh login tokens if they're within <this much> of expiry.
0 commit comments