Bump version to 3.4.

This commit is contained in:
Daniel Rosenwasser
2019-01-28 12:36:05 -08:00
parent fa74cef81e
commit c899c2ee00
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
namespace ts {
// WARNING: The script `configureNightly.ts` uses a regexp to parse out these values.
// If changing the text in this section, be sure to test `configureNightly` too.
export const versionMajorMinor = "3.3";
export const versionMajorMinor = "3.4";
/** The version of the TypeScript compiler release */
export const version = `${versionMajorMinor}.0-dev`;
}