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

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2025-07-24 11:27:57 +03:00
committed by GitHub
parent 7f14262f5f
commit d5beb2fa64

View File

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