Skip to content

Commit

Permalink
0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
huiyadanli committed Jun 8, 2024
1 parent 8520f2b commit 0234533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BetterWutheringWaves/Core/Config/Global.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace BetterWutheringWaves.Core.Config;

public class Global
{
public static string Version { get; } = "0.11.0";
public static string Version { get; } = "0.12.0";

public static string StartUpPath { get; set; } = AppContext.BaseDirectory;

Expand Down

0 comments on commit 0234533

Please sign in to comment.