From a9032bb8b498571438a1e08d25bc63bf316d1ac4 Mon Sep 17 00:00:00 2001 From: Dennis Jen Date: Fri, 3 May 2019 09:46:29 -0400 Subject: [PATCH] Bump version --- client/app/constants/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/app/constants/index.js b/client/app/constants/index.js index 9df7b129..0c3a9dcd 100644 --- a/client/app/constants/index.js +++ b/client/app/constants/index.js @@ -27,6 +27,5 @@ export const DEFAULT_MASTODON_INSTANCES = [ 'mastodon.technology', ]; -export const VERSION = 'v2.4.0'; - +export const VERSION = 'v2.4.1'; export const API_URL = ''; // process.env.NODE_ENV === 'production' ? '': 'http://localhost:5000/'