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

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-01-09 14:11:59 +02:00
committed by GitHub
parent 0d071850f1
commit 04b92a2f1a

View File

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