mirror of
https://github.com/chaijs/chai
synced 2024-11-13 23:37:07 +00:00
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
This commit is contained in:
parent
1a8247f30d
commit
b351dc0944
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ var used = [];
|
|||
* Chai version
|
||||
*/
|
||||
|
||||
exports.version = '4.3.3';
|
||||
exports.version = '4.3.8';
|
||||
|
||||
/*!
|
||||
* Assertion Error
|
||||
|
|
Loading…
Reference in a new issue