Bump version to 4.3.1-rc and LKG

This commit is contained in:
TypeScript Bot
2021-05-09 07:27:07 +00:00
parent bab601b5e6
commit d805ce877a
12 changed files with 14619 additions and 13413 deletions

View File

@@ -5,7 +5,7 @@ namespace ts {
// The following is baselined as a literal template type without intervention
/** The version of the TypeScript compiler release */
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
export const version = `${versionMajorMinor}.0-beta`;
export const version = "4.3.1-rc" as string;
/**
* Type of objects whose values are all of the same type.