From ac932c81f29026c13f22e3b4ae88a669ba01fead Mon Sep 17 00:00:00 2001 From: LingFeng-bbben Date: Fri, 24 Mar 2023 05:13:05 +0800 Subject: [PATCH] update version number --- MainWindowCore.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MainWindowCore.cs b/MainWindowCore.cs index 5404793..4bbbfbb 100644 --- a/MainWindowCore.cs +++ b/MainWindowCore.cs @@ -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;