Skip to content

Commit b71355d

Browse files
Update LKG.
1 parent 015c2a8 commit b71355d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

lib/tsc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cook
6060
var ts;
6161
(function (ts) {
6262
ts.versionMajorMinor = "3.0";
63-
ts.version = ts.versionMajorMinor + ".0-dev";
63+
ts.version = ts.versionMajorMinor + ".0-rc";
6464
})(ts || (ts = {}));
6565
(function (ts) {
6666
function createDictionaryObject() {

lib/tsserver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ var ts;
8888
// If changing the text in this section, be sure to test `configureNightly` too.
8989
ts.versionMajorMinor = "3.0";
9090
/** The version of the TypeScript compiler release */
91-
ts.version = ts.versionMajorMinor + ".0-dev";
91+
ts.version = ts.versionMajorMinor + ".0-rc";
9292
})(ts || (ts = {}));
9393
(function (ts) {
9494
/* @internal */

lib/typescript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ var ts;
7676
// If changing the text in this section, be sure to test `configureNightly` too.
7777
ts.versionMajorMinor = "3.0";
7878
/** The version of the TypeScript compiler release */
79-
ts.version = ts.versionMajorMinor + ".0-dev";
79+
ts.version = ts.versionMajorMinor + ".0-rc";
8080
})(ts || (ts = {}));
8181
(function (ts) {
8282
/* @internal */

lib/typescriptServices.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ var ts;
7676
// If changing the text in this section, be sure to test `configureNightly` too.
7777
ts.versionMajorMinor = "3.0";
7878
/** The version of the TypeScript compiler release */
79-
ts.version = ts.versionMajorMinor + ".0-dev";
79+
ts.version = ts.versionMajorMinor + ".0-rc";
8080
})(ts || (ts = {}));
8181
(function (ts) {
8282
/* @internal */

lib/typingsInstaller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ var ts;
8888
// If changing the text in this section, be sure to test `configureNightly` too.
8989
ts.versionMajorMinor = "3.0";
9090
/** The version of the TypeScript compiler release */
91-
ts.version = ts.versionMajorMinor + ".0-dev";
91+
ts.version = ts.versionMajorMinor + ".0-rc";
9292
})(ts || (ts = {}));
9393
(function (ts) {
9494
/* @internal */

0 commit comments

Comments
 (0)