diff --git a/Build/Changes.txt b/Build/Changes.txt
index 5156a824d..45e064bb2 100644
--- a/Build/Changes.txt
+++ b/Build/Changes.txt
@@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
-Current BETA/RC Version 5.21.1228.(build_#) (2021-12-28)
+Current BETA/RC Version 5.22.103.(build_#) (2022-01-03)
========================================================
--------------------------------------------------------
@@ -72,6 +72,8 @@ CHANGES Versions in Tools or Libraries:
FIXES:
--------------------------------------------------------
[.###.#]- .
+[.103.1]- Find/Replace pattern history: clear all not persisted to .ini file.
+[.103.1]- URL detector: double-quote should not be valid URL character.
[1228.1]- Allow hyperlinks end in dashes.
[1222.1]- Support User-Doc on Recent Files Jump List.
[1222.1]- Trim line endings on Save except AutoSave.
diff --git a/Versions/day.txt b/Versions/day.txt
index fe1b06087..a9c8fe829 100644
--- a/Versions/day.txt
+++ b/Versions/day.txt
@@ -1 +1 @@
-1228
+103
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index 6468e4138..aed81c4c7 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 e3a4f0182..1fbcbfec3 100644
--- a/src/VersionEx.h
+++ b/src/VersionEx.h
@@ -7,8 +7,8 @@
#define APPNAME Notepad3
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
-#define VERSION_MINOR 21
-#define VERSION_REV 1228
+#define VERSION_MINOR 22
+#define VERSION_REV 103
#define VERSION_BUILD 1
#define SCINTILLA_VER 515
#define LEXILLA_VER 514