diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-07-12 11:34:56 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-12-13 17:09:26 +0100 |
| commit | e114540ac00bd463253187a0bb38c8866d9ec7d7 (patch) | |
| tree | 4df99eb3cc21a2c6adde7fec5733cded2c2b2f31 /backend | |
| parent | 74d606bef1d0259fa28dee011db41de1fb236b98 (diff) | |
| download | brokentalents-e114540ac00bd463253187a0bb38c8866d9ec7d7.tar.gz brokentalents-e114540ac00bd463253187a0bb38c8866d9ec7d7.zip | |
Activate 3.5
Diffstat (limited to 'backend')
| -rw-r--r-- | backend/config.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/config.js b/backend/config.js index 3fd675e..6cc1cc7 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.4', + patchVersion: '3.5', /* moment js parsable string */ - startDate: '2018-06-13 16Z', + startDate: '2018-07-11 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 */ |
