chore(docs): Update version in documentation (automated) (#11164)

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-01-27 11:13:08 +02:00
committed by GitHub
parent a135c83f69
commit 2a82596bdf

View File

@@ -4,7 +4,7 @@ import { DocsConfig } from "types"
export const globalConfig: Pick<DocsConfig, "version"> = {
"version": {
"number": "2.3.1",
"releaseUrl": "https://github.com/medusajs/medusa/releases/tag/v2.3.1"
"number": "2.4",
"releaseUrl": "https://github.com/medusajs/medusa/releases/tag/v2.4.0"
}
}