revert versions

This commit is contained in:
Vladimir Matveev
2016-09-27 23:36:19 -07:00
parent f361ed19c1
commit 3f2e3919b4
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.5";
export const version = "2.1.0";
const emptyArray: any[] = [];