Skip to content

Commit 90c4d45

Browse files
committed
Bump to 0.12.0
1 parent f248a8b commit 90c4d45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = "19";
7+
public const string CurrentLauncherVersion = "20";
88
public static readonly bool DoVersionCheck = true;
99

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

SS14.Launcher/SS14.Launcher.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Nullable>enable</Nullable>
77
<!--<PublishTrimmed>true</PublishTrimmed>
88
<PublishSingleFile>true</PublishSingleFile>-->
9-
<Version>0.11.4</Version>
9+
<Version>0.12.0</Version>
1010
<IsPackable>false</IsPackable>
1111
<DefineConstants Condition="'$(FullRelease)' == 'True'">FULL_RELEASE;$(DefineConstants)</DefineConstants>
1212
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

0 commit comments

Comments
 (0)