Skip to content

Commit ffc28e0

Browse files
authored
Merge pull request #971 from SISheogorath/fix/gitlabWarning
Set default to `v4`
2 parents 55f7568 + 57e6d3a commit ffc28e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/config/default.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ module.exports = {
104104
baseURL: undefined,
105105
clientID: undefined,
106106
clientSecret: undefined,
107-
scope: undefined
107+
scope: undefined,
108+
version: 'v4'
108109
},
109110
mattermost: {
110111
baseURL: undefined,

0 commit comments

Comments
 (0)