diff --git a/_snippets/self-hosting/installation/latest-next-version.md b/_snippets/self-hosting/installation/latest-next-version.md
index cac1d8fb2..8b6fda7c2 100644
--- a/_snippets/self-hosting/installation/latest-next-version.md
+++ b/_snippets/self-hosting/installation/latest-next-version.md
@@ -1,6 +1,6 @@
/// note | Stable and Beta versions
n8n releases a new minor version most weeks. The `stable` version is for production use. `beta` is the most recent release. The `beta` version may be unstable. To report issues, use the [forum](https://community.n8n.io/c/questions/12).
-Current `stable`: 2.2.3
-Current `beta`: 2.3.0
+Current `stable`: 2.2.4
+Current `beta`: 2.3.1
///
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 28a41131c..1373e58b7 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -39,6 +39,10 @@ You can find the release notes for older versions of n8n: [1.x](/release-notes/1
View the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.3.0...n8n@2.3.1) for this version.
**Release date:** 2026-01-07
+/// note | Beta version
+This is the `beta` version. n8n recommends using the `stable` version. The `beta` version may be unstable. To report issues, use the [forum](https://community.n8n.io/c/questions/12).
+///
+
This release contains bug fixes.
For full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.
@@ -50,6 +54,10 @@ For full release details, refer to [Releases](https://github.com/n8n-io/n8n/rele
View the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.2.3...n8n@2.2.4) for this version.
**Release date:** 2026-01-06
+/// note | Stable version
+This is the `stable` version. n8n recommends using the `stable` version. The `beta` version may be unstable. To report issues, use the [forum](https://community.n8n.io/c/questions/12).
+///
+
This release contains a bug fix.
For full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.