diff --git a/client/app/constants/index.js b/client/app/constants/index.js index eb5d6277..8acf010a 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.27.0'; +export const VERSION = 'v1.27.1'; export const API_URL = ''; // process.env.NODE_ENV === 'production' ? '': 'http://localhost:5000/'