Skip to content

Commit 0497149

Browse files
committed
Merge pull request #5604 from Microsoft/updateversion
Update version to 1.7.4
2 parents 9b84247 + 0ad4de1 commit 0497149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/program.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace ts {
1212

1313
let emptyArray: any[] = [];
1414

15-
export const version = "1.7.2";
15+
export const version = "1.7.4";
1616

1717
export function findConfigFile(searchPath: string): string {
1818
let fileName = "tsconfig.json";

0 commit comments

Comments
 (0)