From a512fbdd8e4936603300a81b5635340eb65e76fb Mon Sep 17 00:00:00 2001 From: Dennis Jen Date: Wed, 8 May 2019 12:22:24 -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 50179f11..cdd25a20 100644 --- a/client/app/constants/index.js +++ b/client/app/constants/index.js @@ -27,5 +27,5 @@ export const DEFAULT_MASTODON_INSTANCES = [ 'mastodon.technology', ]; -export const VERSION = 'v2.6.0'; +export const VERSION = 'v2.6.1'; export const API_URL = ''; // process.env.NODE_ENV === 'production' ? '': 'http://localhost:5000/'