Make 1.16.5 the default (#840)

This commit is contained in:
Romain Beaumont 2021-04-06 01:34:05 +02:00 committed by GitHub
parent 4aaa837a7d
commit bfb1472e7e
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.16.4',
supportedVersions: ['1.7', '1.8', '1.9', '1.10', '1.11.2', '1.12.2', '1.13.2', '1.14.4', '1.15.2', '1.16.4']
defaultVersion: '1.16.5',
supportedVersions: ['1.7', '1.8', '1.9', '1.10', '1.11.2', '1.12.2', '1.13.2', '1.14.4', '1.15.2', '1.16.5']
}