From 1e3bc978279ddc7eb1a1604370e3181774dcc574 Mon Sep 17 00:00:00 2001 From: Mehdi Osman Date: Wed, 23 Mar 2022 23:25:36 +0400 Subject: [PATCH] Updated version to v1.5.4 --- frontend/env.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/env.js b/frontend/env.js index a76295cf1..7c026cd31 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.5.3', + VERSION: '1.5.4', SOURCEMAP: true, MINIO_ENDPOINT: process.env.MINIO_ENDPOINT, MINIO_PORT: process.env.MINIO_PORT,