Skip to content

Commit c19058e

Browse files
committed
update version number
1 parent e777fde commit c19058e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/src/layouts/Sidebar/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const Sidebar: React.FC<SideBarProps> = ({ open, handleDrawerClose }) => {
8484
<NavPageLink {...linkItem} open={open} />
8585
))}
8686
</Box>
87-
<Typography className={styles.versionNumber}>4.0.0</Typography>
87+
<Typography className={styles.versionNumber}>4.1.0</Typography>
8888
</Box>
8989
</NERDrawer>
9090
);

0 commit comments

Comments
 (0)