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

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-01-06 18:04:55 +02:00
committed by GitHub
parent d7f4788b8c
commit 7e66d94294

View File

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