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

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-11-07 09:13:41 +01:00
committed by GitHub
co-authored by olivermrbl
parent 3704700a49
commit 0fbee723b4
+2 -2
View File
@@ -4,7 +4,7 @@ import { DocsConfig } from "types"
export const globalConfig: Pick<DocsConfig, "version"> = {
"version": {
"number": "2.0.1",
"releaseUrl": "https://github.com/medusajs/medusa/releases/tag/v2.0.1"
"number": "2.0.2",
"releaseUrl": "https://github.com/medusajs/medusa/releases/tag/v2.0.2"
}
}