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

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-12-02 08:43:28 +02:00
committed by GitHub
parent 223ccb4add
commit 725b3991b2

View File

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