diff --git a/UnitystationLauncher/Models/Config.cs b/UnitystationLauncher/Models/Config.cs index e633fb66..b02a5db6 100644 --- a/UnitystationLauncher/Models/Config.cs +++ b/UnitystationLauncher/Models/Config.cs @@ -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);