Bump version to 3.9.10 and LKG

This commit is contained in:
TypeScript Bot
2021-06-16 00:17:18 +00:00
parent 022bdeae98
commit b7de5e3c4c
8 changed files with 153 additions and 56 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.9" as string;
export const version = "3.9.10" as string;
/**
* Type of objects whose values are all of the same type.