Skip to content

Commit

Permalink
feat: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
DenSmolonski committed Oct 17, 2024
1 parent 38343e2 commit a970bbc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.custom
Original file line number Diff line number Diff line change
@@ -1 +1 @@
APPLICATION_VERSION=1.52.0
APPLICATION_VERSION=1.58.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "safe-client-gateway",
"version": "1.52.0",
"version": "1.58.0",
"description": "",
"private": true,
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/config/entities/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit a970bbc

Please sign in to comment.