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

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-11-12 10:27:45 +00:00
committed by GitHub
parent 1eef324af3
commit 15da46a026

View File

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