Skip to content

Commit

Permalink
Change version to v0.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
EliteAsian123 committed Aug 25, 2024
1 parent 99580a6 commit 042e6f2
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 @@ -45,7 +45,7 @@ public class GlobalVariables : MonoSingleton<GlobalVariables>

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

public string CurrentVersion { get; private set; } = "v0.12.5";
public string CurrentVersion { get; private set; } = "v0.12.6";

protected override void SingletonAwake()
{
Expand Down

0 comments on commit 042e6f2

Please sign in to comment.