Skip to content

Commit

Permalink
chore: update package version to v1.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DenSmolonski committed May 16, 2024
1 parent b48797c commit 44e8e8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "safe-client-gateway",
"description": "",
"version": "1.30.0",
"version": "1.39.0",
"private": true,
"license": "MIT",
"scripts": {
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.30.0',
version: process.env.APPLICATION_VERSION || 'v1.39.0',
buildNumber: process.env.APPLICATION_BUILD_NUMBER,
},
amqp: {
Expand Down

0 comments on commit 44e8e8e

Please sign in to comment.