Merge pull request #971 from SISheogorath/fix/gitlabWarning

Set default to `v4`
This commit is contained in:
Christoph (Sheogorath) Kern 2018-09-27 22:45:12 +02:00 committed by GitHub
commit ffc28e06f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -104,7 +104,8 @@ module.exports = {
baseURL: undefined,
clientID: undefined,
clientSecret: undefined,
scope: undefined
scope: undefined,
version: 'v4'
},
mattermost: {
baseURL: undefined,