Bump version number to 4.0 (#38215)

This commit is contained in:
Daniel Rosenwasser
2020-04-27 14:09:58 -07:00
committed by GitHub
parent 6a6c83cf9a
commit 466d0c0ecb
4 changed files with 4 additions and 4 deletions

View File

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