Skip to content

Commit dcaf6d2

Browse files
chore(docs): Update version in documentation (automated) (medusajs#14198)
Co-authored-by: olivermrbl <[email protected]>
1 parent da5d0e3 commit dcaf6d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

www/packages/docs-ui/src/global-config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { DocsConfig } from "types"
44

55
export const globalConfig: Pick<DocsConfig, "version"> = {
66
"version": {
7-
"number": "2.12",
8-
"releaseUrl": "https://github.com/medusajs/medusa/releases/tag/v2.12.0"
7+
"number": "2.12.1",
8+
"releaseUrl": "https://github.com/medusajs/medusa/releases/tag/v2.12.1"
99
}
1010
}

0 commit comments

Comments
 (0)