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

This commit is contained in:
github-actions[bot]
2024-12-04 20:05:43 +02:00
committed by GitHub
parent 644f1fbbaf
commit 35eeb18a99

View File

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