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