Skip to content

Commit

Permalink
v3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonybernardi committed Mar 15, 2023
1 parent a71c05a commit 05a9c32
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 @@ -48,7 +48,7 @@ const Sidebar: React.FC = () => {
return (
<div className={styles.sidebar}>
<NavPageLinks linkItems={linkItems} />
<Typography className={styles.versionNumber}>3.7.0</Typography>
<Typography className={styles.versionNumber}>3.7.1</Typography>
</div>
);
};
Expand Down

0 comments on commit 05a9c32

Please sign in to comment.