Skip to content

Commit 65d637d

Browse files
authored
Merge pull request #14060 from Microsoft/updateVersionTo2.3
Update version to 2.3
2 parents f673f48 + 53d095b commit 65d637d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "typescript",
33
"author": "Microsoft Corp.",
44
"homepage": "http://typescriptlang.org/",
5-
"version": "2.2.0",
5+
"version": "2.3.0",
66
"license": "Apache-2.0",
77
"description": "TypeScript is a language for application scale JavaScript development",
88
"keywords": [

src/compiler/core.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
namespace ts {
55
/** The version of the TypeScript compiler release */
6-
export const version = "2.2.0";
6+
export const version = "2.3.0";
77
}
88

99
/* @internal */

src/services/shims.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1269,4 +1269,4 @@ namespace TypeScript.Services {
12691269
// TODO: it should be moved into a namespace though.
12701270

12711271
/* @internal */
1272-
const toolsVersion = "2.2";
1272+
const toolsVersion = "2.3";

0 commit comments

Comments
 (0)