Skip to content

Commit d530f0a

Browse files
DenSmolonskiElvisKrop
authored andcommitted
feat: add version info
1 parent 5a3d952 commit d530f0a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.env.custom

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
APPLICATION_VERSION=1.91.0

src/config/entities/configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { randomBytes } from 'crypto';
77
export default () => ({
88
about: {
99
name: 'safe-client-gateway',
10-
version: process.env.APPLICATION_VERSION,
10+
version: process.env.APPLICATION_VERSION || 'v1.91.0',
1111
buildNumber: process.env.APPLICATION_BUILD_NUMBER,
1212
},
1313
accounts: {

0 commit comments

Comments
 (0)