Update version (#12162)

This commit is contained in:
Mohamed Hegazy
2016-11-10 16:30:01 -08:00
committed by GitHub
parent d537b79c61
commit ea309fe504
3 changed files with 3 additions and 3 deletions

View File

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