Skip to content

Commit 03b8eeb

Browse files
committed
Revert "Update version to 1.7.4"
1 parent 0497149 commit 03b8eeb

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.4";
15+
export const version = "1.7.2";
1616

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

0 commit comments

Comments
 (0)