Merge pull request #611 from DeliciousJaffa/patch-1

Bump default version to 1.13.2
This commit is contained in:
Romain Beaumont 2019-01-22 02:07:44 +01:00 committed by GitHub
commit 9ee8ece407
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
'use strict'
module.exports = {
defaultVersion: '1.13.1',
defaultVersion: '1.13.2',
supportedVersions: ['1.7', '1.8', '1.9', '1.10', '1.11.2', '1.12.2', '1.13.2']
}