Skip to content

Commit

Permalink
Change version to v0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
EliteAsian123 committed Jun 28, 2024
1 parent 3cb5b70 commit a97ea45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Script/Persistent/GlobalVariables.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class GlobalVariables : MonoSingleton<GlobalVariables>

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

public string CurrentVersion { get; private set; } = "v0.12.3";
public string CurrentVersion { get; private set; } = "v0.12.4";

protected override void SingletonAwake()
{
Expand Down

0 comments on commit a97ea45

Please sign in to comment.