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