From b1135542c134fc03d66b308ed60430f7735a8f25 Mon Sep 17 00:00:00 2001 From: HolographicHat Date: Thu, 21 Nov 2024 07:33:07 +0800 Subject: [PATCH] 5.2 --- src/GlobalVars.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GlobalVars.cs b/src/GlobalVars.cs index 6ebf283..0f734af 100644 --- a/src/GlobalVars.cs +++ b/src/GlobalVars.cs @@ -21,8 +21,8 @@ public static class GlobalVars { public static readonly string CachePath = Path.Combine(DataPath, "cache"); public static readonly string LibFilePath = Path.Combine(DataPath, "YaeAchievement.dll"); - public const uint AppVersionCode = 51; - public const string AppVersionName = "4.1"; + public const uint AppVersionCode = 114; + public const string AppVersionName = "5.2"; public const string PipeName = "YaeAchievementPipe"; public const string BucketHost = "https://cn-cd-1259389942.file.myqcloud.com";