diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-08-09 21:11:14 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-12-13 17:09:37 +0100 |
| commit | c0e2bf9d3a9f8d1b680f56116cc878116a51a0ee (patch) | |
| tree | b5525b37a68795d2e1552903bf742bef0d7d74ec /backend/config.js | |
| parent | bf25f93fe8c8fa3e9656856a4aaa2ca100ef930d (diff) | |
| download | brokentalents-c0e2bf9d3a9f8d1b680f56116cc878116a51a0ee.tar.gz brokentalents-c0e2bf9d3a9f8d1b680f56116cc878116a51a0ee.zip | |
Update 3.6
Diffstat (limited to 'backend/config.js')
| -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 6cc1cc7..38229ee 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.5', + patchVersion: '3.6', /* moment js parsable string */ - startDate: '2018-07-11 18Z', + startDate: '2018-08-08 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 */ |
