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

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-11-05 14:53:24 +02:00
committed by GitHub
parent 147ce2fdc3
commit 8bb5bb0722

View File

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