Skip to content

Commit

Permalink
add 2.5 to compat list
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Reder committed Apr 8, 2020
1 parent a820de7 commit af0f630
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compat-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ module.exports = function getCompatMin (currentVersion) {
if (major === 2 && minor === 2) return [ '2', '0' ]
if (major === 2 && minor === 3) return [ '2', '0' ]
if (major === 2 && minor === 4) return [ '2', '0' ]
if (major === 2 && minor === 5) return [ '2', '0' ]
throw new Error(`Compatibility list found unknown version ${currentVersion}`)
}

0 comments on commit af0f630

Please sign in to comment.