Bump version to 5.4.1-rc and LKG

This commit is contained in:
TypeScript Bot
2024-02-19 06:10:40 +00:00
parent bd4f51c8f0
commit db6b2a9802
7 changed files with 8 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ export const versionMajorMinor = "5.4";
// 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 = "5.4.0-beta" as string;
export const version = "5.4.1-rc" as string;
/**
* Type of objects whose values are all of the same type.