We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 186480d commit 81d6ceaCopy full SHA for 81d6cea
.env.custom
@@ -0,0 +1 @@
1
+APPLICATION_VERSION=1.101.0
src/config/entities/configuration.ts
@@ -5,7 +5,7 @@ import type { RelayRules } from '@/modules/relay/domain/entities/relay.configura
5
export default () => ({
6
about: {
7
name: 'safe-client-gateway',
8
- version: process.env.APPLICATION_VERSION,
+ version: process.env.APPLICATION_VERSION || 'v1.101.0',
9
buildNumber: process.env.APPLICATION_BUILD_NUMBER,
10
},
11
amqp: {
0 commit comments