Merge pull request #25612 from Microsoft/updateVersionTo3.1

Update version
This commit is contained in:
Mohamed Hegazy
2018-07-16 14:33:25 -07:00
committed by GitHub
5 changed files with 7 additions and 7 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.0";
export const versionMajorMinor = "3.1";
/** The version of the TypeScript compiler release */
export const version = `${versionMajorMinor}.0-dev`;
}