v1.0.0 migration guide

This commit is contained in:
Olivier Gagnon
2021-11-02 22:49:46 -04:00
parent b2bf3fc21f
commit 0bee743b47
11 changed files with 52 additions and 13 deletions
+1 -1
View File
@@ -333,7 +333,7 @@ export function SidebarRoot(props: IProps): React.ReactElement {
<ListItemIcon>
{!open ? <ChevronRightIcon color="primary" /> : <ChevronLeftIcon color="primary" />}
</ListItemIcon>
<ListItemText primary={<Typography>Bitburner v{CONSTANTS.Version}</Typography>} />
<ListItemText primary={<Typography>Bitburner v{CONSTANTS.VersionString}</Typography>} />
</ListItem>
<Divider />
<List>