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

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-08-29 08:33:21 +03:00
committed by GitHub
parent 4ee9c67c08
commit a150b6dbba

View File

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