File tree 6 files changed +6
-6
lines changed 6 files changed +6
-6
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.1";
63
- ts.version = ts.versionMajorMinor + ".0 ";
63
+ ts.version = ts.versionMajorMinor + ".1 ";
64
64
})(ts || (ts = {}));
65
65
(function (ts) {
66
66
ts.emptyArray = [];
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.1";
90
90
/** The version of the TypeScript compiler release */
91
- ts.version = ts.versionMajorMinor + ".0 ";
91
+ ts.version = ts.versionMajorMinor + ".1 ";
92
92
})(ts || (ts = {}));
93
93
(function (ts) {
94
94
/* @internal */
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ var ts;
84
84
// If changing the text in this section, be sure to test `configureNightly` too.
85
85
ts.versionMajorMinor = "3.1";
86
86
/** The version of the TypeScript compiler release */
87
- ts.version = ts.versionMajorMinor + ".0 ";
87
+ ts.version = ts.versionMajorMinor + ".1 ";
88
88
})(ts || (ts = {}));
89
89
(function (ts) {
90
90
/* @internal */
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ var ts;
75
75
// If changing the text in this section, be sure to test `configureNightly` too.
76
76
ts.versionMajorMinor = "3.1";
77
77
/** The version of the TypeScript compiler release */
78
- ts.version = ts.versionMajorMinor + ".0 ";
78
+ ts.version = ts.versionMajorMinor + ".1 ";
79
79
})(ts || (ts = {}));
80
80
(function (ts) {
81
81
/* @internal */
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ var ts;
75
75
// If changing the text in this section, be sure to test `configureNightly` too.
76
76
ts.versionMajorMinor = "3.1";
77
77
/** The version of the TypeScript compiler release */
78
- ts.version = ts.versionMajorMinor + ".0 ";
78
+ ts.version = ts.versionMajorMinor + ".1 ";
79
79
})(ts || (ts = {}));
80
80
(function (ts) {
81
81
/* @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.1";
90
90
/** The version of the TypeScript compiler release */
91
- ts.version = ts.versionMajorMinor + ".0 ";
91
+ ts.version = ts.versionMajorMinor + ".1 ";
92
92
})(ts || (ts = {}));
93
93
(function (ts) {
94
94
/* @internal */
You can’t perform that action at this time.
0 commit comments