Skip to content

Commit

Permalink
chore(docs): Update version in documentation (automated) (medusajs#9800)
Browse files Browse the repository at this point in the history
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Co-authored-by: Oli Juhl <[email protected]>
  • Loading branch information
github-actions[bot] and olivermrbl authored Oct 26, 2024
1 parent df5dc65 commit 7c629f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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",
"releaseUrl": "https://github.com/medusajs/medusa/releases/tag/v2.0.0"
"number": "2.0.1",
"releaseUrl": "https://github.com/medusajs/medusa/releases/tag/v2.0.1"
}
}
}

0 comments on commit 7c629f4

Please sign in to comment.