_version.js 278 B

123456789
  1. "use strict";
  2. /* Do NOT modify this file; see /src.ts/_admin/update-version.ts */
  3. Object.defineProperty(exports, "__esModule", { value: true });
  4. exports.version = void 0;
  5. /**
  6. * The current version of Ethers.
  7. */
  8. exports.version = "6.13.5";
  9. //# sourceMappingURL=_version.js.map