Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.

Commit c39f3c9

Browse files
committed
set default version to 1.17
1 parent d1a48c2 commit c39f3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict'
22

33
module.exports = {
4-
defaultVersion: '1.16.5',
4+
defaultVersion: '1.17',
55
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']
66
}

0 commit comments

Comments
 (0)