Update version

This commit is contained in:
Mohamed Hegazy
2017-02-09 11:38:21 -08:00
parent 2e63608f82
commit f02e11d86f
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
namespace ts {
/** The version of the TypeScript compiler release */
export const version = "2.2.0";
export const version = "2.2.1";
}
/* @internal */