diff --git a/.env.custom b/.env.custom index a3566e4745..51b1caf9aa 100644 --- a/.env.custom +++ b/.env.custom @@ -1 +1 @@ -APPLICATION_VERSION=1.52.0 \ No newline at end of file +APPLICATION_VERSION=1.58.0 \ No newline at end of file diff --git a/package.json b/package.json index 3d6db6d1ce..1a1d30ecfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "safe-client-gateway", - "version": "1.52.0", + "version": "1.58.0", "description": "", "private": true, "license": "MIT", diff --git a/src/config/entities/configuration.ts b/src/config/entities/configuration.ts index 27ec3bcf3b..4b4b13ff04 100644 --- a/src/config/entities/configuration.ts +++ b/src/config/entities/configuration.ts @@ -3,7 +3,7 @@ export default () => ({ about: { name: 'safe-client-gateway', - version: process.env.APPLICATION_VERSION || 'v1.52.0', + version: process.env.APPLICATION_VERSION || 'v1.58.0', buildNumber: process.env.APPLICATION_BUILD_NUMBER, }, accounts: {