We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v0.12.5
1 parent 2aae7ac commit 8eb600fCopy full SHA for 8eb600f
Assets/Script/Persistent/GlobalVariables.cs
@@ -49,7 +49,7 @@ public class GlobalVariables : MonoSingleton<GlobalVariables>
49
50
public SceneIndex CurrentScene { get; private set; } = SceneIndex.Persistent;
51
52
- public string CurrentVersion { get; private set; } = "v0.12.4";
+ public string CurrentVersion { get; private set; } = "v0.12.5";
53
54
protected override void SingletonAwake()
55
{
0 commit comments