From 97ac76579d414b63b9e3a6a2cd68505e73577c98 Mon Sep 17 00:00:00 2001 From: schneefux Date: Fri, 19 Oct 2018 19:18:10 +0200 Subject: Switch backend config to 3.8 --- 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 d788c8b..ebe4917 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.7', + patchVersion: '3.8', /* moment js parsable string */ - startDate: '2018-09-06 16Z', + startDate: '2018-10-17 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