version.js 263 B

1234567
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.version = void 0;
  4. // Important: this file is generated from the 'build' script and should not be
  5. // edited directly
  6. exports.version = '4.0.0';
  7. //# sourceMappingURL=version.js.map