diff --git a/src/compiler/program.ts b/src/compiler/program.ts index e33bc695c20..91adb09c402 100644 --- a/src/compiler/program.ts +++ b/src/compiler/program.ts @@ -5,7 +5,7 @@ namespace ts { /** The version of the TypeScript compiler release */ - export const version = "2.0.5"; + export const version = "2.1.0"; const emptyArray: any[] = []; diff --git a/src/services/shims.ts b/src/services/shims.ts index d0c368ada9b..e6836d8b9b8 100644 --- a/src/services/shims.ts +++ b/src/services/shims.ts @@ -1256,6 +1256,6 @@ namespace TypeScript.Services { // TODO: it should be moved into a namespace though. /* @internal */ -const toolsVersion = "2.0"; +const toolsVersion = "2.1"; /* tslint:enable:no-unused-variable */