diff --git a/Build/Changes.txt b/Build/Changes.txt
index abe1bb96c..a44e8631c 100644
--- a/Build/Changes.txt
+++ b/Build/Changes.txt
@@ -34,7 +34,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
-Current BETA/RC Version 5.22.226.(build_#) (2022-02-26)
+Current BETA/RC Version 5.22.301.(build_#) (2022-03-01)
========================================================
--------------------------------------------------------
@@ -88,6 +88,7 @@ CHANGES Versions in Tools or Libraries:
FIXES:
--------------------------------------------------------
[.###.#]- .
+[.301.1]- DarkMode issue in Decrypt dialog.
[.226.1]- Security enhancement of AES Encryption feature.
[.226.1]- MessageBox: shortage of text buffer.
[.220.1]- Workaround to fix horizontal mouse wheel with Logitech Options utility.
diff --git a/Versions/day.txt b/Versions/day.txt
index f4146713e..d8fc48a4f 100644
--- a/Versions/day.txt
+++ b/Versions/day.txt
@@ -1 +1 @@
-226
+301
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index 60e08495b..a250f6c35 100644
--- a/res/Notepad3.exe.manifest.conf
+++ b/res/Notepad3.exe.manifest.conf
@@ -3,7 +3,7 @@
Notepad3 beta
diff --git a/src/VersionEx.h b/src/VersionEx.h
index 09deae481..4f63e2764 100644
--- a/src/VersionEx.h
+++ b/src/VersionEx.h
@@ -8,7 +8,7 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 22
-#define VERSION_REV 226
+#define VERSION_REV 301
#define VERSION_BUILD 1
#define SCINTILLA_VER 520
#define LEXILLA_VER 515