Update latest and next version numbers (#4083)

This commit is contained in:
Jon
2026-01-08 14:27:37 +00:00
committed by GitHub
parent e724bb76a4
commit a3d107caac
2 changed files with 10 additions and 2 deletions

View File

@@ -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
///

View File

@@ -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.<br />
**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.<br />
**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.