Update version

This commit is contained in:
Mohamed Hegazy
2015-04-19 12:46:38 -07:00
parent 3013aba309
commit 2049684154
2 changed files with 2 additions and 2 deletions

View File

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