Skip to content

Commit

Permalink
Make 8.6 latest
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegach committed Feb 25, 2025
1 parent 9799430 commit cef23e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/utils/src/docs-versions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ export interface DocsVersion {
**/
export const docsVersions: DocsVersion[] = [
{
label: 'Version 8.5',
id: '8.5',
label: 'Version 8.6',
id: '8.6',
branch: 'main',
},
{
label: 'Version 8.6 (beta)',
id: '8.6',
label: 'Version 9.0 (alpha)',
id: '9.0',
branch: 'next',
preRelease: true,
},
Expand Down

0 comments on commit cef23e6

Please sign in to comment.