diff --git a/src/compiler/program.ts b/src/compiler/program.ts index cb12e6da4d5db..63847dec515e5 100644 --- a/src/compiler/program.ts +++ b/src/compiler/program.ts @@ -8,7 +8,7 @@ module ts { /* @internal */ export let ioWriteTime = 0; /** The version of the TypeScript compiler release */ - export let version = "1.5.0.0"; + export let version = "1.5.0"; export function findConfigFile(searchPath: string): string { var fileName = "tsconfig.json";