Skip to content

Commit 81d6cea

Browse files
DenSmolonskiElvisKrop
authored andcommitted
feat: add version info
1 parent 186480d commit 81d6cea

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.env.custom

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

src/config/entities/configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type { RelayRules } from '@/modules/relay/domain/entities/relay.configura
55
export default () => ({
66
about: {
77
name: 'safe-client-gateway',
8-
version: process.env.APPLICATION_VERSION,
8+
version: process.env.APPLICATION_VERSION || 'v1.101.0',
99
buildNumber: process.env.APPLICATION_BUILD_NUMBER,
1010
},
1111
amqp: {

0 commit comments

Comments
 (0)