From 79122d6ba764610ec89c37fbcc34034c31c76aed Mon Sep 17 00:00:00 2001 From: HolographicHat Date: Thu, 23 Oct 2025 08:02:06 +0800 Subject: [PATCH] bump version --- YaeAchievement/src/GlobalVars.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/YaeAchievement/src/GlobalVars.cs b/YaeAchievement/src/GlobalVars.cs index 240234a..94ad687 100644 --- a/YaeAchievement/src/GlobalVars.cs +++ b/YaeAchievement/src/GlobalVars.cs @@ -18,8 +18,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 = 242; - public const string AppVersionName = "5.7.2"; + public const uint AppVersionCode = 243; + public const string AppVersionName = "5.7.3"; public const string PipeName = "YaeAchievementPipe";