We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceed4db commit f3512caCopy full SHA for f3512ca
Assets/Scripts/Global/Global.cs
@@ -12,9 +12,9 @@ public class Global : MonoBehaviour {
12
13
private static bool isAlreadyInitialized;
14
15
- public static string CurrentVersion = "1.8.11";
16
- public static int CurrentVersionInt = 101081010;
17
- public static int LatestVersionInt = 101081010;
+ public static string CurrentVersion = "2.0";
+ public static int CurrentVersionInt = 102000000;
+ public static int LatestVersionInt = 102000000;
18
19
public static SquadBuilder SquadBuilder { get; set;}
20
ProjectSettings/ProjectSettings.asset
704 Bytes
0 commit comments