Bump version to 3.1.7 and LKG

This commit is contained in:
Mine Starks
2021-01-04 17:03:49 -08:00
parent 84485ed059
commit 7c397a5ab1
8 changed files with 101 additions and 8 deletions

View File

@@ -3,7 +3,7 @@ namespace ts {
// If changing the text in this section, be sure to test `configureNightly` too.
export const versionMajorMinor = "3.1";
/** The version of the TypeScript compiler release */
export const version = `${versionMajorMinor}.6`;
export const version = `${versionMajorMinor}.7`;
}
namespace ts {