diff --git a/Assets/Scripts/Global/Global.cs b/Assets/Scripts/Global/Global.cs index 45038d3f5f..7b4ec8e3df 100644 --- a/Assets/Scripts/Global/Global.cs +++ b/Assets/Scripts/Global/Global.cs @@ -12,9 +12,9 @@ public class Global : MonoBehaviour { private static bool isAlreadyInitialized; - public static string CurrentVersion = "2.1"; - public static int CurrentVersionInt = 102010000; - public static int LatestVersionInt = 102010000; + public static string CurrentVersion = "2.2"; + public static int CurrentVersionInt = 102020000; + public static int LatestVersionInt = 102020000; public static SquadBuilder SquadBuilder { get; set;} diff --git a/Assets/Scripts/Model/Tools/DebugManager.cs b/Assets/Scripts/Model/Tools/DebugManager.cs index 3558f4b58b..eff3edfab3 100644 --- a/Assets/Scripts/Model/Tools/DebugManager.cs +++ b/Assets/Scripts/Model/Tools/DebugManager.cs @@ -5,7 +5,7 @@ public static class DebugManager { - public static bool ReleaseVersion = false; + public static bool ReleaseVersion = true; public static bool DebugNetworkSingleDevice;