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

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-10-26 16:54:56 +00:00
committed by GitHub
parent df5dc65e2a
commit 7c629f494f

View File

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