Skip to content

Commit

Permalink
Change version to v0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
EliteAsian123 committed Apr 9, 2024
1 parent b1281e3 commit c61f09b
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.2";
public const string CURRENT_VERSION = "v0.12.3";

private const string OFFLINE_ARG = "-offline";

Expand Down

0 comments on commit c61f09b

Please sign in to comment.