Skip to content

Commit 1a698df

Browse files
committed
Update version
1 parent df65cc3 commit 1a698df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.0.7",
5+
"version": "2.0.8",
66
"license": "Apache-2.0",
77
"description": "TypeScript is a language for application scale JavaScript development",
88
"keywords": [

src/compiler/program.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace ts {
66
/** The version of the TypeScript compiler release */
77

8-
export const version = "2.0.7";
8+
export const version = "2.0.8";
99

1010
const emptyArray: any[] = [];
1111

0 commit comments

Comments
 (0)