We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a255741 commit 4bec780Copy full SHA for 4bec780
Steam Server Creation Tool V2/Core/Core.cs
@@ -36,7 +36,7 @@ public static class Core
36
public static BuildTypes buildType = BuildTypes.Alpha;
37
public static int majorVersion = 0;
38
public static int minorVersion = 0;
39
- public static int buildVersion = 10;
+ public static int buildVersion = 11;
40
41
private static bool checkingUpdate = false;
42
public static bool updateAvailable = false;
0 commit comments