Update version to 1.7

This commit is contained in:
Mohamed Hegazy 2015-08-27 15:46:25 -07:00
parent 1a097756ab
commit 6fbf4494b5

View File

@ -12,7 +12,7 @@ namespace ts {
let emptyArray: any[] = [];
export const version = "1.6.0";
export const version = "1.7.0";
export function findConfigFile(searchPath: string): string {
let fileName = "tsconfig.json";