feat(UI): update version number

This commit is contained in:
Taha Yassine Kraiem 2022-04-15 15:51:03 +02:00
parent ef004c0f46
commit 60b5ad27ab

View file

@ -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.4',
VERSION: '1.5.5',
SOURCEMAP: true,
MINIO_ENDPOINT: process.env.MINIO_ENDPOINT,
MINIO_PORT: process.env.MINIO_PORT,