Bump version number.

This commit is contained in:
Daniel Rosenwasser
2015-07-14 17:25:34 -07:00
parent 8a8a412a7f
commit b8b4c0f5d4
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ namespace ts {
/* @internal */ export let ioWriteTime = 0;
/** The version of the TypeScript compiler release */
export const version = "1.5.3";
export const version = "1.6.0";
export function findConfigFile(searchPath: string): string {
let fileName = "tsconfig.json";