Skip to content

Commit

Permalink
chore(docs): Update version in documentation (automated) (#11051)
Browse files Browse the repository at this point in the history
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
github-actions[bot] and olivermrbl authored Jan 20, 2025
1 parent b278ee5 commit c3976a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/packages/docs-ui/src/global-config.ts
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ import { DocsConfig } from "types"

export const globalConfig: Pick<DocsConfig, "version"> = {
"version": {
"number": "2.3",
"releaseUrl": "https://github.com/medusajs/medusa/releases/tag/v2.3.0"
"number": "2.3.1",
"releaseUrl": "https://github.com/medusajs/medusa/releases/tag/v2.3.1"
}
}

0 comments on commit c3976a3

Please sign in to comment.