diff --git a/Build/Changes.txt b/Build/Changes.txt
index 3783f7a16..1e1506c6b 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.22.217.(build_#) (2022-02-17)
+Current BETA/RC Version 5.22.219.(build_#) (2022-02-19)
========================================================
--------------------------------------------------------
@@ -84,6 +84,7 @@ CHANGES Versions in Tools or Libraries:
FIXES:
--------------------------------------------------------
[.###.#]- .
+[.219.1]- F/R-Dialog: Initial fill of replace template box.
[.217.2]- Find-Pattern storage handling.
[.217.2]- Find Next/Prev behavior.
[.217.2]- Regression caused by previous fix.
diff --git a/Versions/day.txt b/Versions/day.txt
index dc6f4a877..037ba9719 100644
--- a/Versions/day.txt
+++ b/Versions/day.txt
@@ -1 +1 @@
-218
+219
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index b1b5ee016..fe4cc4e94 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 70e28c5a3..6e0f35d5f 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 218
+#define VERSION_REV 219
#define VERSION_BUILD 1
#define SCINTILLA_VER 520
#define LEXILLA_VER 515