Update patch version to .2

This commit is contained in:
Ryan Cavanaugh
2018-10-09 10:39:39 -07:00
parent 1d773a1e09
commit 8038e14a61
3 changed files with 102 additions and 519 deletions

View File

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