update: 更新版本号

hotfix/v1.0.12.2
胡宇飞 2024-05-31 13:41:13 +08:00
parent 31cb08b6df
commit 2d857fc6a6
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ namespace Guru
public partial class GuruSDK: MonoBehaviour
{
public const string Version = "1.0.11";
public const string Version = "1.0.12"; //SDK_VERSION
public const string Tag = "[Guru]";
public const string ServicesConfigKey = "guru_services";