From 8648b3a308df5a496b4d037cd4384aa20d9f9d6c Mon Sep 17 00:00:00 2001 From: HolographicHat Date: Wed, 4 Jun 2025 03:16:09 +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 b544a50..0d9750b 100644 --- a/YaeAchievement/src/GlobalVars.cs +++ b/YaeAchievement/src/GlobalVars.cs @@ -15,8 +15,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 = 236; - public const string AppVersionName = "5.4"; + public const uint AppVersionCode = 237; + public const string AppVersionName = "5.5"; public const string PipeName = "YaeAchievementPipe";