Skip to content

Commit f95df1b

Browse files
committed
Version: 0.27.1
1 parent 7338b9d commit f95df1b

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
@@ -8,6 +8,6 @@
88
3. Local dev SS14.Loader launching code.
99
-->
1010
<TargetFramework>net8.0</TargetFramework>
11-
<Version>0.27.0</Version>
11+
<Version>0.27.1</Version>
1212
</PropertyGroup>
1313
</Project>

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 = "45";
8+
public const string CurrentLauncherVersion = "46";
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)