Bump to v4.17.11.

This commit is contained in:
John-David Dalton
2018-09-11 22:42:07 -07:00
parent cc483eda91
commit 349273409f
6 changed files with 11 additions and 9 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.10';
var VERSION = '4.17.11';
/** Used to compose bitmasks for function metadata. */
var WRAP_BIND_KEY_FLAG = 2;