Update version

This commit is contained in:
Mohamed Hegazy
2016-11-07 16:52:08 -08:00
parent df65cc3120
commit 1a698df3c8
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.7";
export const version = "2.0.8";
const emptyArray: any[] = [];