1 | ;
|
2 | Object.defineProperty(exports, "__esModule", { value: true });
|
3 | exports.RELEASE_LINE = exports.VERSION = exports.SHORT_VERSION = void 0;
|
4 | const typescript_1 = require("typescript");
|
5 | // GENERATED: This file is generated by build-tools/code-gen.ts -- Do not edit by hand!
|
6 | /** The short version number for this JSII compiler (e.g: `X.Y.Z`) */
|
7 | exports.SHORT_VERSION = '5.4.22';
|
8 | /** The qualified version number for this JSII compiler (e.g: `X.Y.Z (build #######)`) */
|
9 | exports.VERSION = '5.4.22 (build bdd0efc)';
|
10 | /** The release line identifier for this JSII compiler (e.g: `X.Y`) */
|
11 | exports.RELEASE_LINE = typescript_1.versionMajorMinor;
|
12 | //# sourceMappingURL=version.js.map |
\ | No newline at end of file |