Make 1.17.1 the default

This commit is contained in:
Romain Beaumont 2021-07-18 18:37:58 +02:00 committed by GitHub
parent 014635f772
commit 80f2c13458
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.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', '1.17', '1.17.1']
defaultVersion: '1.17.1',
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', '1.17.1']
}