From 4c5c0ecc93dcc85cf2352abaa62dfb4a38c02bf0 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Mon, 29 Nov 2021 14:12:18 +0530 Subject: [PATCH] version number 1.4.0 --- frontend/env.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/env.js b/frontend/env.js index 20b435e21..52f562031 100644 --- a/frontend/env.js +++ b/frontend/env.js @@ -13,7 +13,7 @@ const oss = { ORIGIN: () => 'window.location.origin', API_EDP: () => 'window.location.origin + "/api"', ASSETS_HOST: () => 'window.location.origin + "/assets"', - VERSION: '1.3.0', + VERSION: '1.4.0', SOURCEMAP: true, MINIO_ENDPOINT: process.env.MINIO_ENDPOINT, MINIO_PORT: process.env.MINIO_PORT,