We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a84c94c commit c5d9930Copy full SHA for c5d9930
BetterGenshinImpact/Core/Config/Global.cs
@@ -5,7 +5,7 @@ namespace BetterGenshinImpact.Core.Config;
5
6
public class Global
7
{
8
- public static string Version { get; } = "0.29.4";
+ public static string Version { get; } = "0.30.0";
9
10
public static string StartUpPath { get; set; } = AppContext.BaseDirectory;
11
0 commit comments