Bump to v4.16.6.

This commit is contained in:
John-David Dalton
2016-10-31 21:08:04 -07:00
parent be1e9a3170
commit 50aaa95bca
4 changed files with 6 additions and 7 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.16.5';
var VERSION = '4.16.6';
/** Used to compose bitmasks for function metadata. */
var BIND_KEY_FLAG = 2;