Skip to content

Commit

Permalink
Bump to v5 in sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Peyton-McKee committed Jul 7, 2024
1 parent f910814 commit b62fcec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/layouts/Sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const Sidebar = ({ drawerOpen, setDrawerOpen, moveContent, setMoveContent }: Sid
<Typography marginLeft={1.1}>Sponsored By:</Typography>
<Box component="img" sx={{ height: 40 }} alt="Kaleidoscope Logo" src="/kaleidoscope-logo-lockup.svg" />
</Box>
<Typography className={styles.versionNumber}>v4.3.5</Typography>
<Typography className={styles.versionNumber}>v5.0.0</Typography>
</Box>
</Box>
</NERDrawer>
Expand Down

0 comments on commit b62fcec

Please sign in to comment.