From a57acc8ee89effafd134b7618c5f261468e9e5b5 Mon Sep 17 00:00:00 2001 From: Max Bo Date: Thu, 12 Apr 2018 19:00:46 +1000 Subject: [PATCH] Bump version --- src/components/Footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 0d3fafe8..e2af0f2e 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -8,7 +8,7 @@ interface State { timerId?: NodeJS.Timer; } -const CLIENT_VERSION = 'v2.2.4'; +const CLIENT_VERSION = 'v2.3.0'; const RELEASES_LATEST = 'https://api.github.com/repos/MaxwellBo/Muncoordinated-2/releases/latest'; export class Footer extends React.PureComponent<{}, State> {