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

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-11-27 17:25:33 +02:00
committed by GitHub
parent 35d9af5b88
commit b733e1ff3e

View File

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