We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b71f803 commit 30f04a9Copy full SHA for 30f04a9
src/compiler/core.ts
@@ -3,7 +3,7 @@ namespace ts {
3
// If changing the text in this section, be sure to test `configureNightly` too.
4
export const versionMajorMinor = "3.4";
5
/** The version of the TypeScript compiler release */
6
- export const version = `${versionMajorMinor}.2`;
+ export const version = `${versionMajorMinor}.3`;
7
}
8
9
namespace ts {
0 commit comments