Skip to content

Commit

Permalink
Support 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
IceTank committed Mar 9, 2023
1 parent 453cd87 commit a82d6f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ const versionMap = {
1.15: '1.12',
1.16: '1.16',
1.17: '1.16',
1.18: '1.16'
1.18: '1.16',
1.19: '1.16'
}
const supportedVersions = Object.keys(versionMap)

Expand Down

0 comments on commit a82d6f7

Please sign in to comment.