Skip to content

Commit b351dc0

Browse files
Fix: update exports.version to current version (#1534)
* Change exports.version in lib/chai to 4.3.7 * Update lib/chai/exports.version to 4.3.8
1 parent 1a8247f commit b351dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/chai.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ var used = [];
1010
* Chai version
1111
*/
1212

13-
exports.version = '4.3.3';
13+
exports.version = '4.3.8';
1414

1515
/*!
1616
* Assertion Error

0 commit comments

Comments
 (0)