From cf8ab82043b660b898ebacc98e08568dbffcb496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89=E9=B8=AD=E8=9B=8B?= Date: Fri, 3 May 2024 00:17:02 +0800 Subject: [PATCH] 0.28.0 --- BetterGenshinImpact/Core/Config/Global.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BetterGenshinImpact/Core/Config/Global.cs b/BetterGenshinImpact/Core/Config/Global.cs index be43a5cf..03e14b9d 100644 --- a/BetterGenshinImpact/Core/Config/Global.cs +++ b/BetterGenshinImpact/Core/Config/Global.cs @@ -5,7 +5,7 @@ namespace BetterGenshinImpact.Core.Config; public class Global { - public static string Version { get; } = "0.27.1"; + public static string Version { get; } = "0.28.0"; public static string StartUpPath { get; set; } = AppContext.BaseDirectory;