Skip to content

Commit

Permalink
VERSION 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandrem committed Mar 31, 2023
1 parent 66698b6 commit 1354f2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Assets/Scripts/Global/Global.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ public class Global : MonoBehaviour {

private static bool isAlreadyInitialized;

public static string CurrentVersion = "2.3";
public static int CurrentVersionInt = 102030000;
public static int LatestVersionInt = 102030000;
public static string CurrentVersion = "2.4";
public static int CurrentVersionInt = 102040000;
public static int LatestVersionInt = 102040000;

public static SquadBuilder SquadBuilder { get; set;}

Expand Down
Binary file modified ProjectSettings/ProjectSettings.asset
Binary file not shown.

0 comments on commit 1354f2b

Please sign in to comment.