Skip to content

Commit 553736f

Browse files
committed
Version: 0.34.2
1 parent 03fb954 commit 553736f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Launcher.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
4. build-test.yml GitHub Actions workflow
1010
-->
1111
<TargetFramework>net9.0</TargetFramework>
12-
<Version>0.34.1</Version>
12+
<Version>0.34.2</Version>
1313

1414
<!--
1515
CET breaks for people on older, but still supported Windows versions:

SS14.Launcher/ConfigConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace SS14.Launcher;
55

66
public static class ConfigConstants
77
{
8-
public const string CurrentLauncherVersion = "56";
8+
public const string CurrentLauncherVersion = "57";
99
public static readonly bool DoVersionCheck = true;
1010

1111
// Refresh login tokens if they're within <this much> of expiry.

0 commit comments

Comments
 (0)