Skip to content

Commit

Permalink
Updated version number for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy S committed Nov 13, 2023
1 parent f0c1707 commit ada4cbc
Showing 1 changed file 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.5";
public static int CurrentVersionInt = 102050000;
public static int LatestVersionInt = 102050000;
public static string CurrentVersion = "2.5.20230908.2";
public static int CurrentVersionInt = 102050302;
public static int LatestVersionInt = 102050302;

public static SquadBuilder SquadBuilder { get; set;}

Expand Down

0 comments on commit ada4cbc

Please sign in to comment.