From 8d1eff076544b8b359cf96878a727c9f767d48eb Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Tue, 29 Mar 2022 19:57:52 +0200 Subject: [PATCH] new config version --- backend/.env.dist | 2 +- backend/src/config/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/.env.dist b/backend/.env.dist index a81f0ad7c..447608533 100644 --- a/backend/.env.dist +++ b/backend/.env.dist @@ -1,4 +1,4 @@ -CONFIG_VERSION=v2.2022-03-24 +CONFIG_VERSION=v3.2022-03-29 # Server PORT=4000 diff --git a/backend/src/config/index.ts b/backend/src/config/index.ts index 05be27298..50388d29a 100644 --- a/backend/src/config/index.ts +++ b/backend/src/config/index.ts @@ -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: '', }, }