diff --git a/modules/_setup.js b/modules/_setup.js
index c76be4381..7d02bf7d4 100644
--- a/modules/_setup.js
+++ b/modules/_setup.js
@@ -1,5 +1,5 @@
// Current version.
-export var VERSION = '1.13.1';
+export var VERSION = '1.13.2';
// Establish the root object, `window` (`self`) in the browser, `global`
// on the server, or `this` in some virtual machines. We use `self`
diff --git a/modules/index.js b/modules/index.js
index 055b6d56d..ac2e0cca1 100644
--- a/modules/index.js
+++ b/modules/index.js
@@ -1,7 +1,7 @@
// Named Exports
// =============
-// Underscore.js 1.13.1
+// Underscore.js 1.13.2
// https://underscorejs.org
// (c) 2009-2021 Jeremy Ashkenas, Julian Gonggrijp, and DocumentCloud and Investigative Reporters & Editors
// Underscore may be freely distributed under the MIT license.
diff --git a/package.json b/package.json
index de464a122..f7eac3e04 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "underscore",
"description": "JavaScript's functional programming helper library.",
- "version": "1.13.1",
+ "version": "1.13.2",
"author": "Jeremy Ashkenas ",
"license": "MIT",
"homepage": "https://underscorejs.org",
diff --git a/underscore-esm.js b/underscore-esm.js
index 42372ec7b..33673dbe7 100644
--- a/underscore-esm.js
+++ b/underscore-esm.js
@@ -1,10 +1,10 @@
-// Underscore.js 1.13.1
+// Underscore.js 1.13.2
// https://underscorejs.org
// (c) 2009-2021 Jeremy Ashkenas, Julian Gonggrijp, and DocumentCloud and Investigative Reporters & Editors
// Underscore may be freely distributed under the MIT license.
// Current version.
-var VERSION = '1.13.1';
+var VERSION = '1.13.2';
// Establish the root object, `window` (`self`) in the browser, `global`
// on the server, or `this` in some virtual machines. We use `self`
diff --git a/underscore-node-f.cjs b/underscore-node-f.cjs
index b71fca26a..a27d6ca7c 100644
--- a/underscore-node-f.cjs
+++ b/underscore-node-f.cjs
@@ -1,4 +1,4 @@
-// Underscore.js 1.13.1
+// Underscore.js 1.13.2
// https://underscorejs.org
// (c) 2009-2021 Jeremy Ashkenas, Julian Gonggrijp, and DocumentCloud and Investigative Reporters & Editors
// Underscore may be freely distributed under the MIT license.
@@ -6,7 +6,7 @@
Object.defineProperty(exports, '__esModule', { value: true });
// Current version.
-var VERSION = '1.13.1';
+var VERSION = '1.13.2';
// Establish the root object, `window` (`self`) in the browser, `global`
// on the server, or `this` in some virtual machines. We use `self`
diff --git a/underscore-node.cjs b/underscore-node.cjs
index b129cea4d..9139a7b9a 100644
--- a/underscore-node.cjs
+++ b/underscore-node.cjs
@@ -1,4 +1,4 @@
-// Underscore.js 1.13.1
+// Underscore.js 1.13.2
// https://underscorejs.org
// (c) 2009-2021 Jeremy Ashkenas, Julian Gonggrijp, and DocumentCloud and Investigative Reporters & Editors
// Underscore may be freely distributed under the MIT license.
diff --git a/underscore-node.mjs b/underscore-node.mjs
index 8969dbbe6..efe94323f 100644
--- a/underscore-node.mjs
+++ b/underscore-node.mjs
@@ -1,4 +1,4 @@
-// Underscore.js 1.13.1
+// Underscore.js 1.13.2
// https://underscorejs.org
// (c) 2009-2021 Jeremy Ashkenas, Julian Gonggrijp, and DocumentCloud and Investigative Reporters & Editors
// Underscore may be freely distributed under the MIT license.
diff --git a/underscore-umd.js b/underscore-umd.js
index 0b06176ff..b812b3507 100644
--- a/underscore-umd.js
+++ b/underscore-umd.js
@@ -7,13 +7,13 @@
exports.noConflict = function () { global._ = current; return exports; };
}()));
}(this, (function () {
- // Underscore.js 1.13.1
+ // Underscore.js 1.13.2
// https://underscorejs.org
// (c) 2009-2021 Jeremy Ashkenas, Julian Gonggrijp, and DocumentCloud and Investigative Reporters & Editors
// Underscore may be freely distributed under the MIT license.
// Current version.
- var VERSION = '1.13.1';
+ var VERSION = '1.13.2';
// Establish the root object, `window` (`self`) in the browser, `global`
// on the server, or `this` in some virtual machines. We use `self`