We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afdd77f commit 3f50f20Copy full SHA for 3f50f20
src/compiler/core.ts
@@ -4,7 +4,7 @@
4
namespace ts {
5
// WARNING: The script `configureNightly.ts` uses a regexp to parse out these values.
6
// If changing the text in this section, be sure to test `configureNightly` too.
7
- export const versionMajorMinor = "2.5";
+ export const versionMajorMinor = "2.6";
8
/** The version of the TypeScript compiler release */
9
export const version = `${versionMajorMinor}.0`;
10
}
src/services/shims.ts
@@ -1222,4 +1222,4 @@ namespace TypeScript.Services {
1222
// TODO: it should be moved into a namespace though.
1223
1224
/* @internal */
1225
-const toolsVersion = "2.5";
+const toolsVersion = "2.6";
0 commit comments