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

This commit is contained in:
github-actions[bot]
2025-03-10 17:59:58 +02:00
committed by GitHub
parent b9edc066c8
commit 27f9bbfcf5

View File

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