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

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-04-11 12:02:02 +03:00
committed by GitHub
parent 18dc3cf9c9
commit e0bbe85f18

View File

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