Update version

This commit is contained in:
Mohamed Hegazy
2016-09-01 14:35:41 -07:00
parent d6dac6a6cb
commit ce16f0af03
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
namespace ts {
/** The version of the TypeScript compiler release */
export const version = "2.0.2";
export const version = "2.0.5";
const emptyArray: any[] = [];