Skip to content

Commit 217b239

Browse files
committed
Version: 0.26.0
1 parent 8ef2bd2 commit 217b239

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.25.1</Version>
11+
<Version>0.26.0</Version>
1212
</PropertyGroup>
1313
</Project>

SS14.Launcher/ConfigConstants.cs

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

55
public static class ConfigConstants
66
{
7-
public const string CurrentLauncherVersion = "42";
7+
public const string CurrentLauncherVersion = "43";
88
public static readonly bool DoVersionCheck = true;
99

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

0 commit comments

Comments
 (0)