Skip to content

Commit 6fbf449

Browse files
committed
Update version to 1.7
1 parent 1a09775 commit 6fbf449

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

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

0 commit comments

Comments
 (0)