From 6c568f1495cf92bb2cd76495892c6f811abb132f Mon Sep 17 00:00:00 2001 From: Dennis Jen Date: Wed, 24 Apr 2019 11:45:56 -0400 Subject: [PATCH] Bump version --- client/app/constants/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/app/constants/index.js b/client/app/constants/index.js index 434eebe0..127fb8e3 100644 --- a/client/app/constants/index.js +++ b/client/app/constants/index.js @@ -27,6 +27,6 @@ export const DEFAULT_MASTODON_INSTANCES = [ 'mastodon.technology', ]; -export const VERSION = 'v2.0.4'; +export const VERSION = 'v2.1.0'; export const API_URL = ''; // process.env.NODE_ENV === 'production' ? '': 'http://localhost:5000/'