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

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-11-25 13:53:43 +02:00
committed by GitHub
parent 8d1057df41
commit 01b0a84898

View File

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