Skip to content

Commit

Permalink
VERSION 1.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandrem committed Sep 10, 2021
1 parent 6f6dbff commit 73abea6
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 = "1.8.8";
public static int CurrentVersionInt = 101080800;
public static int LatestVersionInt = 101080800;
public static string CurrentVersion = "1.8.9";
public static int CurrentVersionInt = 101080900;
public static int LatestVersionInt = 101080900;

public static SquadBuilder SquadBuilder { get; set;}

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

0 comments on commit 73abea6

Please sign in to comment.