Bump version to 5.7.0-beta and LKG

This commit is contained in:
TypeScript Bot
2024-10-01 01:05:06 +00:00
parent 35902c2e77
commit 69fb689edb
126 changed files with 423287 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
export const versionMajorMinor = "5.7";
// The following is baselined as a literal template type without intervention
/** The version of the TypeScript compiler release */
export const version: string = `${versionMajorMinor}.0-dev`;
export const version = "5.7.0-beta" as string;
/**
* Type of objects whose values are all of the same type.