Skip to content

Commit

Permalink
Accepted baselines.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRosenwasser committed Mar 22, 2018
1 parent db1e924 commit a0c95ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/baselines/reference/api/tsserverlibrary.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2842,7 +2842,7 @@ declare namespace ts {
}
}
declare namespace ts {
const versionMajorMinor = "2.8";
const versionMajorMinor = "2.9";
/** The version of the TypeScript compiler release */
const version: string;
}
Expand Down
2 changes: 1 addition & 1 deletion tests/baselines/reference/api/typescript.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2842,7 +2842,7 @@ declare namespace ts {
}
}
declare namespace ts {
const versionMajorMinor = "2.8";
const versionMajorMinor = "2.9";
/** The version of the TypeScript compiler release */
const version: string;
}
Expand Down

0 comments on commit a0c95ed

Please sign in to comment.