Skip to content

Commit

Permalink
chore(docs): Update version in documentation (automated) (medusajs#10435
Browse files Browse the repository at this point in the history
)
  • Loading branch information
github-actions[bot] authored and hirotaka committed Dec 7, 2024
1 parent 3eba587 commit 10fc208
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
Expand Up @@ -4,7 +4,7 @@ import { DocsConfig } from "types"

export const globalConfig: Pick<DocsConfig, "version"> = {
"version": {
"number": "2.0.7",
"releaseUrl": "https://github.com/medusajs/medusa/releases/tag/v2.0.7"
"number": "2.1",
"releaseUrl": "https://github.com/medusajs/medusa/releases/tag/v2.1.0"
}
}

0 comments on commit 10fc208

Please sign in to comment.