From c6c0519baa2b32038bdf1645419c2fee3d97e1cf Mon Sep 17 00:00:00 2001 From: Dennis Jen Date: Fri, 15 Mar 2019 09:55:39 -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 765b7b0f..a3d847c2 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 = 'v1.16.3'; +export const VERSION = 'v1.16.4'; export const API_URL = ''; // process.env.NODE_ENV === 'production' ? '': 'http://localhost:5000/'