Bump to v4.17.4.

This commit is contained in:
John-David Dalton
2016-12-31 13:35:01 -06:00
parent f71a7a04b5
commit 528e134995
4 changed files with 6 additions and 6 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.3';
var VERSION = '4.17.4';
/** Used to compose bitmasks for function metadata. */
var WRAP_BIND_KEY_FLAG = 2;