Revert "Update version to 1.7"

This reverts commit 6fbf4494b5.
This commit is contained in:
Mohamed Hegazy
2015-08-27 15:49:50 -07:00
parent 6fbf4494b5
commit 155a8870f3

View File

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