ethers.js/lib.commonjs/_version.js

9 lines
277 B
JavaScript
Raw Normal View History

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-03-04 04:25:07 +03:00
exports.version = "6.1.0";
2022-09-05 23:57:11 +03:00
//# sourceMappingURL=_version.js.map