Skip to content

Commit

Permalink
Change version to v0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EliteAsian123 committed Apr 8, 2024
1 parent 947c302 commit 895791b
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 @@ -34,7 +34,7 @@ public enum SceneIndex
[DefaultExecutionOrder(-5000)]
public class GlobalVariables : MonoSingleton<GlobalVariables>
{
public const string CURRENT_VERSION = "v0.12.1";
public const string CURRENT_VERSION = "v0.12.2";

private const string OFFLINE_ARG = "-offline";

Expand Down

0 comments on commit 895791b

Please sign in to comment.