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

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-06-30 16:51:31 +02:00
committed by GitHub
parent ac76e19194
commit e1709c1503

View File

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