ethers.js/lib.commonjs/_version.js

9 lines
278 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.
*/
2024-02-14 13:14:24 -05:00
exports.version = "6.11.1";
2022-09-05 16:57:11 -04:00
//# sourceMappingURL=_version.js.map