Skip to content

Commit

Permalink
update env
Browse files Browse the repository at this point in the history
  • Loading branch information
DenSmolonski committed Jul 30, 2024
1 parent 2c99627 commit 227ead8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.custom
Original file line number Diff line number Diff line change
@@ -1 +1 @@
APPLICATION_VERSION=1.40.0
APPLICATION_VERSION=1.52.0
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.30.0',
version: process.env.APPLICATION_VERSION || 'v1.52.0',
buildNumber: process.env.APPLICATION_BUILD_NUMBER,
},
amqp: {
Expand Down

0 comments on commit 227ead8

Please sign in to comment.