Skip to content

Commit

Permalink
Change version to v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EliteAsian123 committed Feb 12, 2024
1 parent d8090ae commit 3ec7436
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 @@ -31,7 +31,7 @@ public enum SceneIndex
[DefaultExecutionOrder(-5000)]
public class GlobalVariables : MonoSingleton<GlobalVariables>
{
public const string CURRENT_VERSION = "v0.12.0";
public const string CURRENT_VERSION = "v0.12.1";

private const string OFFLINE_ARG = "-offline";

Expand Down

0 comments on commit 3ec7436

Please sign in to comment.