From 4aaf25836f44a0ae327e1867a11d76f21fe2ce46 Mon Sep 17 00:00:00 2001 From: schneefux Date: Wed, 13 Feb 2019 21:15:18 +0100 Subject: enable 4.0 in backend config --- backend/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backend') diff --git a/backend/config.js b/backend/config.js index 7997059..49d74f2 100644 --- a/backend/config.js +++ b/backend/config.js @@ -21,9 +21,9 @@ module.exports = { baseUrl: 'https://api.dc01.gamelockerapp.com', timeout: 3, /* available: 3.1, 3.2, 3.3, … */ - patchVersion: '3.10', + patchVersion: '4.0', /* moment js parsable string */ - startDate: '2019-01-23 18Z', + startDate: '2019-02-13 18Z', /* available: eu, na, sg, cn, sa, ea */ regions: ['sg', 'eu', 'na'], /* available: casual, 5v5_pvp_casual, ranked, 5v5_pvp_ranked, blitz_pvp_ranked, casual_aral */ -- cgit v1.3.1