Skip to content

Commit

Permalink
Bump version to 3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sandersn committed Apr 8, 2019
1 parent b71f803 commit 30f04a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ namespace ts {
// If changing the text in this section, be sure to test `configureNightly` too.
export const versionMajorMinor = "3.4";
/** The version of the TypeScript compiler release */
export const version = `${versionMajorMinor}.2`;
export const version = `${versionMajorMinor}.3`;
}

namespace ts {
Expand Down

0 comments on commit 30f04a9

Please sign in to comment.