Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
LingFeng-bbben committed Mar 23, 2023
1 parent 99c4c77 commit ac932c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MainWindowCore.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ namespace MajdataEdit
{
public partial class MainWindow : Window
{
public static readonly string MAJDATA_VERSION_STRING = "v4.1.1";
public static readonly string MAJDATA_VERSION_STRING = "v4.1.2-rc";
public static readonly SemVersion MAJDATA_VERSION = SemVersion.Parse(MAJDATA_VERSION_STRING, SemVersionStyles.Any);
bool UpdateCheckLock = false;

Expand Down

0 comments on commit ac932c8

Please sign in to comment.