Bump to v4.17.2.

This commit is contained in:
John-David Dalton
2016-11-15 22:22:55 -08:00
parent 95f47b6d19
commit 035ce4f44c
9 changed files with 16 additions and 35 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.1';
var VERSION = '4.17.2';
/** Used to compose bitmasks for function metadata. */
var WRAP_BIND_KEY_FLAG = 2;