diff --git a/lib/tsc.js b/lib/tsc.js index 00c22e055ab..7e1d1c6935a 100644 --- a/lib/tsc.js +++ b/lib/tsc.js @@ -67,7 +67,7 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cook var ts; (function (ts) { ts.versionMajorMinor = "3.8"; - ts.version = ts.versionMajorMinor + ".0-beta"; + ts.version = ts.versionMajorMinor + ".1-rc"; function tryGetNativeMap() { return typeof Map !== "undefined" && "entries" in Map.prototype ? Map : undefined; } diff --git a/lib/tsserver.js b/lib/tsserver.js index bbf3690449e..f92ada0dd1b 100644 --- a/lib/tsserver.js +++ b/lib/tsserver.js @@ -94,7 +94,7 @@ var ts; // If changing the text in this section, be sure to test `configurePrerelease` too. ts.versionMajorMinor = "3.8"; /** The version of the TypeScript compiler release */ - ts.version = ts.versionMajorMinor + ".0-beta"; + ts.version = ts.versionMajorMinor + ".1-rc"; /** * Returns the native Map implementation if it is available and compatible (i.e. supports iteration). */ diff --git a/lib/tsserverlibrary.js b/lib/tsserverlibrary.js index 36fb00f65b8..5c3f038fafe 100644 --- a/lib/tsserverlibrary.js +++ b/lib/tsserverlibrary.js @@ -244,7 +244,7 @@ var ts; // If changing the text in this section, be sure to test `configurePrerelease` too. ts.versionMajorMinor = "3.8"; /** The version of the TypeScript compiler release */ - ts.version = ts.versionMajorMinor + ".0-beta"; + ts.version = ts.versionMajorMinor + ".1-rc"; /** * Returns the native Map implementation if it is available and compatible (i.e. supports iteration). */ diff --git a/lib/typescript.js b/lib/typescript.js index 1186a6441a0..8a30cba8001 100644 --- a/lib/typescript.js +++ b/lib/typescript.js @@ -244,7 +244,7 @@ var ts; // If changing the text in this section, be sure to test `configurePrerelease` too. ts.versionMajorMinor = "3.8"; /** The version of the TypeScript compiler release */ - ts.version = ts.versionMajorMinor + ".0-beta"; + ts.version = ts.versionMajorMinor + ".1-rc"; /** * Returns the native Map implementation if it is available and compatible (i.e. supports iteration). */ diff --git a/lib/typescriptServices.js b/lib/typescriptServices.js index b2ffba515b7..fbfe23ac8c0 100644 --- a/lib/typescriptServices.js +++ b/lib/typescriptServices.js @@ -244,7 +244,7 @@ var ts; // If changing the text in this section, be sure to test `configurePrerelease` too. ts.versionMajorMinor = "3.8"; /** The version of the TypeScript compiler release */ - ts.version = ts.versionMajorMinor + ".0-beta"; + ts.version = ts.versionMajorMinor + ".1-rc"; /** * Returns the native Map implementation if it is available and compatible (i.e. supports iteration). */ diff --git a/lib/typingsInstaller.js b/lib/typingsInstaller.js index 1284366010f..018ceda12d7 100644 --- a/lib/typingsInstaller.js +++ b/lib/typingsInstaller.js @@ -83,7 +83,7 @@ var ts; // If changing the text in this section, be sure to test `configurePrerelease` too. ts.versionMajorMinor = "3.8"; /** The version of the TypeScript compiler release */ - ts.version = ts.versionMajorMinor + ".0-beta"; + ts.version = ts.versionMajorMinor + ".1-rc"; /** * Returns the native Map implementation if it is available and compatible (i.e. supports iteration). */