From c5d9930a3d03374772c8f76f42399ab5355d34d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89=E9=B8=AD=E8=9B=8B?= Date: Thu, 23 May 2024 17:51:36 +0800 Subject: [PATCH] 0.30.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 13f63a58..cd7f4cf9 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.29.4"; + public static string Version { get; } = "0.30.0"; public static string StartUpPath { get; set; } = AppContext.BaseDirectory;