Skip to content

Commit

Permalink
Release Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandrem committed Nov 24, 2022
1 parent 9131dda commit 728209f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Assets/Scripts/Global/Global.cs
Expand Up @@ -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;}

Expand Down
2 changes: 1 addition & 1 deletion Assets/Scripts/Model/Tools/DebugManager.cs
Expand Up @@ -5,7 +5,7 @@

public static class DebugManager
{
public static bool ReleaseVersion = false;
public static bool ReleaseVersion = true;

public static bool DebugNetworkSingleDevice;

Expand Down

0 comments on commit 728209f

Please sign in to comment.