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

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-09-18 19:22:24 +02:00
committed by GitHub
parent 6866ba963d
commit c506985737

View File

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