Skip to content

Commit 52d3c89

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
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.5.1",
8-
"releaseUrl": "https://github.com/medusajs/medusa/releases/tag/v2.5.1"
7+
"number": "2.6",
8+
"releaseUrl": "https://github.com/medusajs/medusa/releases/tag/v2.6.0"
99
}
1010
}

0 commit comments

Comments
 (0)