We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a553dc2 commit cf8ab82Copy full SHA for cf8ab82
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.27.1";
+ public static string Version { get; } = "0.28.0";
9
10
public static string StartUpPath { get; set; } = AppContext.BaseDirectory;
11
0 commit comments