Skip to content

Commit

Permalink
v1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Jul 7, 2021
1 parent 476ad70 commit 985b0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/Layout/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const Header: React.FC<IHeaderProps> = ({ onNavToggle, user }: IHeaderProps) =>
<React.Fragment>
<Brand src={brandImg} alt="ChRIS Logo" />
<Badge key={4} style={BadgeStyle}>
<span>Version: 1.4.6</span>
<span>Version: 1.4.7</span>
</Badge>
<Badge key={3} style={BadgeStyle}>
<span>
Expand Down

0 comments on commit 985b0fe

Please sign in to comment.