Skip to content

Commit

Permalink
Fix version for 4.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRosenwasser committed Feb 23, 2021
1 parent 486f0c1 commit 31aa1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/corePublic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 31aa1cf

Please sign in to comment.