Skip to content

Commit 7edc036

Browse files
committed
Version: 0.32.0
1 parent 6e3db3c commit 7edc036

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.31.0</Version>
12+
<Version>0.32.0</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 = "53";
8+
public const string CurrentLauncherVersion = "54";
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)