From 0ad4de151884e8b144da05c5d33445feb6c66b73 Mon Sep 17 00:00:00 2001 From: Yui T Date: Tue, 10 Nov 2015 17:32:50 -0800 Subject: [PATCH] Update version to 1.7.4 --- src/compiler/program.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/program.ts b/src/compiler/program.ts index feddd793e0227..0b7923a2f4d43 100644 --- a/src/compiler/program.ts +++ b/src/compiler/program.ts @@ -12,7 +12,7 @@ namespace ts { let emptyArray: any[] = []; - export const version = "1.7.2"; + export const version = "1.7.4"; export function findConfigFile(searchPath: string): string { let fileName = "tsconfig.json";