new config version

This commit is contained in:
Moriz Wahl 2022-03-29 19:57:52 +02:00
parent a4b30b385f
commit 8d1eff0765
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
CONFIG_VERSION=v2.2022-03-24
CONFIG_VERSION=v3.2022-03-29
# Server
PORT=4000

View File

@ -14,7 +14,7 @@ const constants = {
DECAY_START_TIME: new Date('2021-05-13 17:46:31'), // GMT+0
CONFIG_VERSION: {
DEFAULT: 'DEFAULT',
EXPECTED: 'v2.2022-03-24',
EXPECTED: 'v3.2022-03-29',
CURRENT: '',
},
}