Bump version to 4.4.1-rc and LKG

This commit is contained in:
Daniel Rosenwasser
2021-10-31 19:35:06 +00:00
committed by GitHub
parent 4113279327
commit 5764cdc8ec
123 changed files with 859 additions and 897 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 = `${versionMajorMinor}.1-rc`;
/**
* Type of objects whose values are all of the same type.