Skip to content

Commit

Permalink
Version 927
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijahrane committed Nov 15, 2020
1 parent 9b65522 commit 9180ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnitystationLauncher/Models/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ static class Config

public static string UnixExeFullPath => Path.Combine(RootFolder, unixExeName);

public static int currentBuild = 926;
public static int currentBuild = 927;
public static HubClientConfig serverHubClientConfig;

public static string InstallationsPath => Path.Combine(RootFolder, InstallationFolder);
Expand Down

0 comments on commit 9180ddb

Please sign in to comment.