update version in program

This commit is contained in:
Mohamed Hegazy 2015-03-26 10:44:44 -07:00
parent 631a9d80be
commit 83e8910dc1

View file

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