Skip to content

Commit

Permalink
Fix: update exports.version to current version (#1534)
Browse files Browse the repository at this point in the history
* Change exports.version in lib/chai to 4.3.7

* Update lib/chai/exports.version to 4.3.8
  • Loading branch information
peanutenthusiast committed Aug 24, 2023
1 parent 1a8247f commit b351dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chai.js
Expand Up @@ -10,7 +10,7 @@ var used = [];
* Chai version
*/

exports.version = '4.3.3';
exports.version = '4.3.8';

/*!
* Assertion Error
Expand Down

0 comments on commit b351dc0

Please sign in to comment.