Updated version.

This commit is contained in:
Daniel Rosenwasser
2017-06-14 16:55:03 -07:00
parent 1dd9e9b9e9
commit 3e72e52405
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
"name": "typescript",
"author": "Microsoft Corp.",
"homepage": "http://typescriptlang.org/",
"version": "2.4.1",
"version": "2.4.1-insiders.20170614",
"license": "Apache-2.0",
"description": "TypeScript is a language for application scale JavaScript development",
"keywords": [
@@ -96,4 +96,4 @@
"os": false,
"path": false
}
}
}

View File

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