ethers.js/lib.commonjs/_version.js

9 lines
277 B
JavaScript
Raw Permalink Normal View History

2022-09-05 16:57:11 -04:00
"use strict";
2023-02-16 08:19:59 -05:00
/* Do NOT modify this file; see /src.ts/_admin/update-version.ts */
2022-09-05 16:57:11 -04:00
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = void 0;
2023-02-16 08:19:59 -05:00
/**
* The current version of Ethers.
*/
2023-06-07 20:20:11 -04:00
exports.version = "6.5.1";
2022-09-05 16:57:11 -04:00
//# sourceMappingURL=_version.js.map