Merge pull request #9377 from Microsoft/updateVersion

Update version to 2.0.0
This commit is contained in:
Mohamed Hegazy
2016-06-27 16:06:37 -07:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ namespace ts {
/* @internal */ export let ioWriteTime = 0;
/** The version of the TypeScript compiler release */
export const version = "1.9.0";
export const version = "2.0.0";
const emptyArray: any[] = [];