Skip to content

Commit

Permalink
Update module version for node v8.x
Browse files Browse the repository at this point in the history
V8 5.7 landed recently in node core, causing the module version to get bumped.
  • Loading branch information
mscdex committed Mar 29, 2017
1 parent f2b410b commit 29941a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/extensions.js
Expand Up @@ -69,7 +69,7 @@ function getHumanNodeVersion(abi) {
case 47: return 'Node.js 5.x';
case 48: return 'Node.js 6.x';
case 51: return 'Node.js 7.x';
case 53: return 'Node.js 8.x';
case 54: return 'Node.js 8.x';
default: return false;
}
}
Expand Down

0 comments on commit 29941a1

Please sign in to comment.