Skip to content

Commit 30f04a9

Browse files
committed
Bump version to 3.4.3
1 parent b71f803 commit 30f04a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/core.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ namespace ts {
33
// If changing the text in this section, be sure to test `configureNightly` too.
44
export const versionMajorMinor = "3.4";
55
/** The version of the TypeScript compiler release */
6-
export const version = `${versionMajorMinor}.2`;
6+
export const version = `${versionMajorMinor}.3`;
77
}
88

99
namespace ts {

0 commit comments

Comments
 (0)