From 19efab7a0b3e7fe93743501afa3e9ab9f0a46f92 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Thu, 7 Jan 2016 23:14:17 -0500 Subject: [PATCH] Bump version to '1.8'. --- src/services/shims.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/shims.ts b/src/services/shims.ts index 9940a6140f7..3dc28763b17 100644 --- a/src/services/shims.ts +++ b/src/services/shims.ts @@ -1056,6 +1056,6 @@ namespace TypeScript.Services { // TODO: it should be moved into a namespace though. /* @internal */ -const toolsVersion = "1.6"; +const toolsVersion = "1.8"; /* tslint:enable:no-unused-variable */ \ No newline at end of file