Skip to content

Commit

Permalink
Launcher version 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed Dec 2, 2022
1 parent 32c65f7 commit 9e05c8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Launcher.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Version>0.18.0</Version>
<Version>0.19.0</Version>
</PropertyGroup>
</Project>
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 = "28";
public const string CurrentLauncherVersion = "29";
public static readonly bool DoVersionCheck = true;

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

0 comments on commit 9e05c8a

Please sign in to comment.