Skip to content

Commit

Permalink
Bump to 0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed Nov 9, 2022
1 parent 31d3b06 commit 7dca1a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SS14.Launcher/ConfigConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace SS14.Launcher;

public static class ConfigConstants
{
public const string CurrentLauncherVersion = "25";
public const string CurrentLauncherVersion = "26";
public static readonly bool DoVersionCheck = true;

// Refresh login tokens if they're within <this much> of expiry.
Expand Down
2 changes: 1 addition & 1 deletion SS14.Launcher/SS14.Launcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<!--<PublishTrimmed>true</PublishTrimmed>
<PublishSingleFile>true</PublishSingleFile>-->
<Version>0.16.1</Version>
<Version>0.16.2</Version>
<IsPackable>false</IsPackable>
<DefineConstants Condition="'$(FullRelease)' == 'True'">FULL_RELEASE;$(DefineConstants)</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
Expand Down

0 comments on commit 7dca1a7

Please sign in to comment.