We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56b0dcb commit 49b2aacCopy full SHA for 49b2aac
Assets/Scripts/Global/Global.cs
@@ -9,9 +9,9 @@ public class Global : MonoBehaviour {
9
10
private static bool isAlreadyInitialized;
11
12
- public static string CurrentVersion = "1.8";
13
- public static int CurrentVersionInt = 101080000;
14
- public static int LatestVersionInt = 101080000;
+ public static string CurrentVersion = "1.8.1";
+ public static int CurrentVersionInt = 101080100;
+ public static int LatestVersionInt = 101080100;
15
16
void Awake()
17
{
ProjectSettings/ProjectSettings.asset
458 Bytes
0 commit comments