Skip to content

Commit b180324

Browse files
committed
Merge pull request #2512 from Microsoft/versionUpdate
update version number in package.json
2 parents 616f638 + 83e8910 commit b180324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/program.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module ts {
88
/* @internal */ export let ioWriteTime = 0;
99

1010
/** The version of the TypeScript compiler release */
11-
export let version = "1.5.0.0";
11+
export let version = "1.5.0";
1212

1313
export function findConfigFile(searchPath: string): string {
1414
var fileName = "tsconfig.json";

0 commit comments

Comments
 (0)