Skip to content

Commit 5172d8f

Browse files
authored
Merge pull request #28623 from ajafff/update-baselines
update API baselines with new version number
2 parents 8ddb2b6 + fdf3736 commit 5172d8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/baselines/reference/api/tsserverlibrary.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ and limitations under the License.
1414
***************************************************************************** */
1515

1616
declare namespace ts {
17-
const versionMajorMinor = "3.2";
17+
const versionMajorMinor = "3.3";
1818
/** The version of the TypeScript compiler release */
1919
const version: string;
2020
}

tests/baselines/reference/api/typescript.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ and limitations under the License.
1414
***************************************************************************** */
1515

1616
declare namespace ts {
17-
const versionMajorMinor = "3.2";
17+
const versionMajorMinor = "3.3";
1818
/** The version of the TypeScript compiler release */
1919
const version: string;
2020
}

0 commit comments

Comments
 (0)