File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cook
60
60
var ts;
61
61
(function (ts) {
62
62
ts.versionMajorMinor = "3.0";
63
- ts.version = ts.versionMajorMinor + ".0-dev ";
63
+ ts.version = ts.versionMajorMinor + ".0-rc ";
64
64
})(ts || (ts = {}));
65
65
(function (ts) {
66
66
function createDictionaryObject() {
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ var ts;
88
88
// If changing the text in this section, be sure to test `configureNightly` too.
89
89
ts.versionMajorMinor = "3.0";
90
90
/** The version of the TypeScript compiler release */
91
- ts.version = ts.versionMajorMinor + ".0-dev ";
91
+ ts.version = ts.versionMajorMinor + ".0-rc ";
92
92
})(ts || (ts = {}));
93
93
(function (ts) {
94
94
/* @internal */
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ var ts;
76
76
// If changing the text in this section, be sure to test `configureNightly` too.
77
77
ts.versionMajorMinor = "3.0";
78
78
/** The version of the TypeScript compiler release */
79
- ts.version = ts.versionMajorMinor + ".0-dev ";
79
+ ts.version = ts.versionMajorMinor + ".0-rc ";
80
80
})(ts || (ts = {}));
81
81
(function (ts) {
82
82
/* @internal */
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ var ts;
76
76
// If changing the text in this section, be sure to test `configureNightly` too.
77
77
ts.versionMajorMinor = "3.0";
78
78
/** The version of the TypeScript compiler release */
79
- ts.version = ts.versionMajorMinor + ".0-dev ";
79
+ ts.version = ts.versionMajorMinor + ".0-rc ";
80
80
})(ts || (ts = {}));
81
81
(function (ts) {
82
82
/* @internal */
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ var ts;
88
88
// If changing the text in this section, be sure to test `configureNightly` too.
89
89
ts.versionMajorMinor = "3.0";
90
90
/** The version of the TypeScript compiler release */
91
- ts.version = ts.versionMajorMinor + ".0-dev ";
91
+ ts.version = ts.versionMajorMinor + ".0-rc ";
92
92
})(ts || (ts = {}));
93
93
(function (ts) {
94
94
/* @internal */
You can’t perform that action at this time.
0 commit comments