diff --git a/Build/Changes.txt b/Build/Changes.txt
index d03dfb94a..6166b3539 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.215.(build_#) (2022-02-15)
+Current BETA/RC Version 5.22.216.(build_#) (2022-02-16)
========================================================
--------------------------------------------------------
@@ -81,6 +81,7 @@ CHANGES Versions in Tools or Libraries:
FIXES:
--------------------------------------------------------
[.###.#]- .
+[.216.1]- ID mismatch using 'enter' to close infobox (vs. 'yes/ok' button).
[.214.1]- Allow switching encoding for empty document.
[.209.1]- Memory issues fixing and hardening.
[.128.2]- XML/HTML Stream Comment.
diff --git a/Versions/day.txt b/Versions/day.txt
index c34a8046f..a817176f4 100644
--- a/Versions/day.txt
+++ b/Versions/day.txt
@@ -1 +1 @@
-215
+216
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index 41b7fbfc4..8eb63432a 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 29a2a26b5..7b0f071df 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 215
+#define VERSION_REV 216
#define VERSION_BUILD 1
#define SCINTILLA_VER 520
#define LEXILLA_VER 515