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

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-12-17 17:14:23 +02:00
committed by GitHub
parent 8ded7fd781
commit 302c01db3f

View File

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