Commit 29941a13 by Brian White Committed by GitHub

Update module version for node v8.x

V8 5.7 landed recently in node core, causing the module version to get bumped.
parent f2b410b7
...@@ -69,7 +69,7 @@ function getHumanNodeVersion(abi) { ...@@ -69,7 +69,7 @@ function getHumanNodeVersion(abi) {
case 47: return 'Node.js 5.x'; case 47: return 'Node.js 5.x';
case 48: return 'Node.js 6.x'; case 48: return 'Node.js 6.x';
case 51: return 'Node.js 7.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; default: return false;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment