Set default to v4

Seems like we didn't fix the problem with the last patch. This should
finally fix it.

Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
This commit is contained in:
Sheogorath 2018-09-25 14:15:36 +02:00
parent 7e0be69abb
commit 57e6d3a482
No known key found for this signature in database
GPG key ID: 1F05CC3635CDDFFD

View file

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