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