Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxwellBo committed Jul 21, 2018
1 parent 613da1f commit fad5095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ interface State {
timerId?: NodeJS.Timer;
}

const CLIENT_VERSION = 'v2.7.0';
const CLIENT_VERSION = 'v2.8.0';
const RELEASES_LATEST = 'https://api.github.com/repos/MaxwellBo/Muncoordinated-2/releases/latest';

export default class Footer extends React.PureComponent<{}, State> {
Expand Down

0 comments on commit fad5095

Please sign in to comment.