Update version (#21659)

This commit is contained in:
Mohamed Hegazy
2018-02-05 17:01:15 -08:00
committed by GitHub
parent 2eba4495a4
commit b671a8ce1f
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ namespace ts {
// If changing the text in this section, be sure to test `configureNightly` too.
export const versionMajorMinor = "2.7";
/** The version of the TypeScript compiler release */
export const version = `${versionMajorMinor}.1`;
export const version = `${versionMajorMinor}.2`;
}
namespace ts {