fix: version number

This commit is contained in:
Shekar Siri 2021-06-12 01:27:11 +05:30
parent 24a6777cd1
commit 0eb2eeaffe

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.0.0',
VERSION: '1.1.0',
SOURCEMAP: true,
MINIO_ENDPOINT: process.env.MINIO_ENDPOINT,
MINIO_PORT: process.env.MINIO_PORT,