From 0707278b0f9f8cc2108953c9cb4c7c511a2a1688 Mon Sep 17 00:00:00 2001 From: Michael Bromley Date: Mon, 9 Dec 2024 21:41:07 +0100 Subject: [PATCH] chore: Fix version info in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6003c2309f..7d910c6e73 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ An open-source headless commerce platform built on [Node.js](https://nodejs.org) ## Branches - `master` - The latest stable release, currently the 3.x series. -- `minor` - The next patch release, including new features -- `major` - The next major release (v3.0) +- `minor` - The next minor release, including new features +- `major` - The next major release (v4.0) - `v2.x` - The 2.x line, which will receive critical fixes until the end-of-life on 31.12.2024. The code in this branch is under the MIT license. ## Structure