Bump to v4.17.7.

This commit is contained in:
John-David Dalton
2018-03-07 15:13:19 -08:00
parent ae7044c0d3
commit b5a07bdc4b
3 changed files with 5 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ import toInteger from './toInteger.js';
import lodash from './wrapperLodash.js';
/** Used as the semantic version number. */
var VERSION = '4.17.6';
var VERSION = '4.17.7';
/** Used to compose bitmasks for function metadata. */
var WRAP_BIND_KEY_FLAG = 2;