diff --git a/Build/Changes.txt b/Build/Changes.txt
index a44e8631c..22144f233 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.301.(build_#) (2022-03-01)
+Current BETA/RC Version 5.22.302.(build_#) (2022-03-02)
========================================================
--------------------------------------------------------
@@ -54,6 +54,7 @@ NEW:
CHANGES:
--------------------------------------------------------
[.###.#]- .
+[.302.1]- Default settings for Auto-Save beta version.
[.226.1]- Rainbow CSV Lexer: try to solve non-paired quotings.
[.218.1]- Show number of occurrence on sequence of marked all.
[.217.2]- Drag&drop text snippet while ALT-Key down will not scroll.
diff --git a/Versions/day.txt b/Versions/day.txt
index d8fc48a4f..274f7143b 100644
--- a/Versions/day.txt
+++ b/Versions/day.txt
@@ -1 +1 @@
-301
+302
diff --git a/res/Notepad3.exe.manifest.conf b/res/Notepad3.exe.manifest.conf
index a250f6c35..68ffe427f 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 4f63e2764..8648ce022 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 301
+#define VERSION_REV 302
#define VERSION_BUILD 1
#define SCINTILLA_VER 520
#define LEXILLA_VER 515