diff --git a/Build/Changes.txt b/Build/Changes.txt
index 9db6a00ef..e91bdf8bc 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.1020.(build_#) (2022-10-20)
+Current BETA/RC Version 5.22.1023.(build_#) (2022-10-23)
========================================================
--------------------------------------------------------
@@ -115,6 +115,7 @@ CHANGES Versions in Tools or Libraries:
FIXES:
--------------------------------------------------------
[.###.#]- .
+[1020.1]- Fix a warning msg in "dialogs_xx_yy.rc".
[1020.1]- Respect single file instance mode for internal file loading.
[1020.1]- "unref" param in RELEASE mode.
[1020.1]- DarkTheme handling.
diff --git a/Versions/day.txt b/Versions/day.txt
index 49efa1e2e..b70608fe8 100644
--- a/Versions/day.txt
+++ b/Versions/day.txt
@@ -1 +1 @@
-1020
+1023
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index d90a9ef82..bc5ab6555 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 8cd2706db..8df843a54 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 1020
+#define VERSION_REV 1023
#define VERSION_BUILD 1
#define SCINTILLA_VER 531
#define LEXILLA_VER 520