Bump to v4.17.8.

This commit is contained in:
John-David Dalton
2018-03-27 11:19:36 -07:00
parent b5a07bdc4b
commit 546e924be3
3 changed files with 4 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.7';
var VERSION = '4.17.8';
/** Used to compose bitmasks for function metadata. */
var WRAP_BIND_KEY_FLAG = 2;