We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f361ed1 commit 3f2e391Copy full SHA for 3f2e391
src/compiler/program.ts
@@ -5,7 +5,7 @@
5
namespace ts {
6
/** The version of the TypeScript compiler release */
7
8
- export const version = "2.0.5";
+ export const version = "2.1.0";
9
10
const emptyArray: any[] = [];
11
src/services/shims.ts
@@ -1256,6 +1256,6 @@ namespace TypeScript.Services {
1256
// TODO: it should be moved into a namespace though.
1257
1258
/* @internal */
1259
-const toolsVersion = "2.0";
+const toolsVersion = "2.1";
1260
1261
/* tslint:enable:no-unused-variable */
0 commit comments