From 31aa1cf93d73fccd57298735bfd4864d66721fa1 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Tue, 23 Feb 2021 02:35:56 +0000 Subject: [PATCH] Fix version for 4.2.2. --- src/compiler/corePublic.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/corePublic.ts b/src/compiler/corePublic.ts index 31c852bdee6d4..8f0d74d978376 100644 --- a/src/compiler/corePublic.ts +++ b/src/compiler/corePublic.ts @@ -5,7 +5,7 @@ namespace ts { // 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: string = `${versionMajorMinor}.0-dev`; + export const version = "4.2.2" as string; /** * Type of objects whose values are all of the same type.