We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d25885 commit 9140bb1Copy full SHA for 9140bb1
SS14.Launcher/ConfigConstants.cs
@@ -7,7 +7,7 @@ namespace SS14.Launcher;
7
8
public static class ConfigConstants
9
{
10
- public const string CurrentLauncherVersion = "3.6.0";
+ public const string CurrentLauncherVersion = "3.6.1";
11
#if RELEASE
12
public const bool DoVersionCheck = true;
13
#else
0 commit comments