Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Commit ac932c8

Browse files
update version number
1 parent 99c4c77 commit ac932c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MainWindowCore.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ namespace MajdataEdit
3737
{
3838
public partial class MainWindow : Window
3939
{
40-
public static readonly string MAJDATA_VERSION_STRING = "v4.1.1";
40+
public static readonly string MAJDATA_VERSION_STRING = "v4.1.2-rc";
4141
public static readonly SemVersion MAJDATA_VERSION = SemVersion.Parse(MAJDATA_VERSION_STRING, SemVersionStyles.Any);
4242
bool UpdateCheckLock = false;
4343

0 commit comments

Comments
 (0)