diff --git a/lib/tsc.js b/lib/tsc.js index 96f74044aac..f5d3a506612 100644 --- a/lib/tsc.js +++ b/lib/tsc.js @@ -152,7 +152,7 @@ var ts; var ts; (function (ts) { ts.versionMajorMinor = "2.5"; - ts.version = ts.versionMajorMinor + ".1"; + ts.version = ts.versionMajorMinor + ".2"; })(ts || (ts = {})); (function (ts) { ts.collator = typeof Intl === "object" && typeof Intl.Collator === "function" ? new Intl.Collator(undefined, { usage: "sort", sensitivity: "accent" }) : undefined; diff --git a/lib/tsserver.js b/lib/tsserver.js index afb40f591c1..bb47b9be938 100644 --- a/lib/tsserver.js +++ b/lib/tsserver.js @@ -1164,7 +1164,7 @@ var ts; var ts; (function (ts) { ts.versionMajorMinor = "2.5"; - ts.version = ts.versionMajorMinor + ".1"; + ts.version = ts.versionMajorMinor + ".2"; })(ts || (ts = {})); (function (ts) { ts.collator = typeof Intl === "object" && typeof Intl.Collator === "function" ? new Intl.Collator(undefined, { usage: "sort", sensitivity: "accent" }) : undefined; diff --git a/lib/tsserverlibrary.js b/lib/tsserverlibrary.js index 62fb59bbcd1..d653883477a 100644 --- a/lib/tsserverlibrary.js +++ b/lib/tsserverlibrary.js @@ -1164,7 +1164,7 @@ var ts; var ts; (function (ts) { ts.versionMajorMinor = "2.5"; - ts.version = ts.versionMajorMinor + ".1"; + ts.version = ts.versionMajorMinor + ".2"; })(ts || (ts = {})); (function (ts) { ts.collator = typeof Intl === "object" && typeof Intl.Collator === "function" ? new Intl.Collator(undefined, { usage: "sort", sensitivity: "accent" }) : undefined; diff --git a/lib/typescript.js b/lib/typescript.js index 5762e9133e6..26b8c9eb88c 100644 --- a/lib/typescript.js +++ b/lib/typescript.js @@ -1349,7 +1349,7 @@ var ts; // If changing the text in this section, be sure to test `configureNightly` too. ts.versionMajorMinor = "2.5"; /** The version of the TypeScript compiler release */ - ts.version = ts.versionMajorMinor + ".1"; + ts.version = ts.versionMajorMinor + ".2"; })(ts || (ts = {})); /* @internal */ (function (ts) { diff --git a/lib/typescriptServices.js b/lib/typescriptServices.js index 5762e9133e6..26b8c9eb88c 100644 --- a/lib/typescriptServices.js +++ b/lib/typescriptServices.js @@ -1349,7 +1349,7 @@ var ts; // If changing the text in this section, be sure to test `configureNightly` too. ts.versionMajorMinor = "2.5"; /** The version of the TypeScript compiler release */ - ts.version = ts.versionMajorMinor + ".1"; + ts.version = ts.versionMajorMinor + ".2"; })(ts || (ts = {})); /* @internal */ (function (ts) { diff --git a/lib/typingsInstaller.js b/lib/typingsInstaller.js index 712acfff85b..f92f5afca51 100644 --- a/lib/typingsInstaller.js +++ b/lib/typingsInstaller.js @@ -162,7 +162,7 @@ var ts; var ts; (function (ts) { ts.versionMajorMinor = "2.5"; - ts.version = ts.versionMajorMinor + ".1"; + ts.version = ts.versionMajorMinor + ".2"; })(ts || (ts = {})); (function (ts) { ts.collator = typeof Intl === "object" && typeof Intl.Collator === "function" ? new Intl.Collator(undefined, { usage: "sort", sensitivity: "accent" }) : undefined;