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

View file

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