Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _snippets/self-hosting/installation/latest-next-version.md
Original file line number Diff line number Diff line change
@@ -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.20.6
Current `beta`: 2.21.0
Current `stable`: 2.20.7-exp.0
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot May 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2: The stable version value is set to an experimental pre-release (-exp.0), which conflicts with the text describing stable as production-ready.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At _snippets/self-hosting/installation/latest-next-version.md, line 4:

<comment>The `stable` version value is set to an experimental pre-release (`-exp.0`), which conflicts with the text describing stable as production-ready.</comment>

<file context>
@@ -1,6 +1,6 @@
 
-Current `stable`: 2.20.6
-Current `beta`: 2.21.0
+Current `stable`: 2.20.7-exp.0
+Current `beta`: 2.21.1
 ///
</file context>
Suggested change
Current `stable`: 2.20.7-exp.0
Current `stable`: 2.20.7
Fix with Cubic

Current `beta`: 2.21.1
///
Loading