Skip to content

Commit f70e255

Browse files
committed
Merge pull request microsoft#6618 from Microsoft/versionUpdate
Update version
2 parents 6febe3b + add9105 commit f70e255

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.8.0",
5+
"version": "1.9.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
const emptyArray: any[] = [];
1414

15-
export const version = "1.8.0";
15+
export const version = "1.9.0";
1616

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

src/services/shims.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1057,6 +1057,6 @@ namespace TypeScript.Services {
10571057
// TODO: it should be moved into a namespace though.
10581058

10591059
/* @internal */
1060-
const toolsVersion = "1.8";
1060+
const toolsVersion = "1.9";
10611061

10621062
/* tslint:enable:no-unused-variable */

0 commit comments

Comments
 (0)