Bump version to 3.9.7 and LKG

This commit is contained in:
TypeScript Bot
2020-07-15 17:56:28 +00:00
parent 761a9ed6db
commit a7d801176c
8 changed files with 31 additions and 19 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ namespace ts {
// If changing the text in this section, be sure to test `configurePrerelease` too.
export const versionMajorMinor = "3.9";
/** The version of the TypeScript compiler release */
export const version = "3.9.6" as string;
export const version = "3.9.7" as string;
/**
* Type of objects whose values are all of the same type.