From 94260d73b4b56c92008cefcab46faf3ef726ecdc Mon Sep 17 00:00:00 2001 From: huiyadanli Date: Sun, 3 Dec 2023 14:34:36 +0800 Subject: [PATCH] 0.17.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 811c0faa..26d01a34 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.16.4"; + public static string Version { get; } = "0.17.0"; public static string StartUpPath { get; private set; } = AppContext.BaseDirectory;