Skip to content

Commit 00dcb57

Browse files
Bump version back to 1.7.0.
1 parent 38b605e commit 00dcb57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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": "1.6.2",
5+
"version": "1.7.0",
66
"license": "Apache-2.0",
77
"description": "TypeScript is a language for application scale JavaScript development",
88
"keywords": [

src/compiler/program.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace ts {
1212

1313
let emptyArray: any[] = [];
1414

15-
export const version = "1.6.2";
15+
export const version = "1.7.0";
1616

1717
export function findConfigFile(searchPath: string): string {
1818
let fileName = "tsconfig.json";

0 commit comments

Comments
 (0)