Skip to content

Commit f3512ca

Browse files
committed
Version 2.0
1 parent ceed4db commit f3512ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Assets/Scripts/Global/Global.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ public class Global : MonoBehaviour {
1212

1313
private static bool isAlreadyInitialized;
1414

15-
public static string CurrentVersion = "1.8.11";
16-
public static int CurrentVersionInt = 101081010;
17-
public static int LatestVersionInt = 101081010;
15+
public static string CurrentVersion = "2.0";
16+
public static int CurrentVersionInt = 102000000;
17+
public static int LatestVersionInt = 102000000;
1818

1919
public static SquadBuilder SquadBuilder { get; set;}
2020

ProjectSettings/ProjectSettings.asset

704 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)