Skip to content

Commit 8eb600f

Browse files
committed
Change version to v0.12.5
1 parent 2aae7ac commit 8eb600f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Script/Persistent/GlobalVariables.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public class GlobalVariables : MonoSingleton<GlobalVariables>
4949

5050
public SceneIndex CurrentScene { get; private set; } = SceneIndex.Persistent;
5151

52-
public string CurrentVersion { get; private set; } = "v0.12.4";
52+
public string CurrentVersion { get; private set; } = "v0.12.5";
5353

5454
protected override void SingletonAwake()
5555
{

0 commit comments

Comments
 (0)