Bump version to 4.4.1-rc and LKG

This commit is contained in:
TypeScript Bot
2021-08-06 22:43:19 +00:00
parent eb1e566444
commit e7fd303cd1
8 changed files with 8 additions and 8 deletions
+1 -1
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.4.1-rc" as string;
/**
* Type of objects whose values are all of the same type.