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

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-04-23 10:46:06 +03:00
committed by GitHub
parent c53d25e442
commit 3a9c19d3c2

View File

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