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";