Update version

This commit is contained in:
Mohamed Hegazy
2018-03-06 09:15:06 -08:00
parent e5f91f5948
commit 785fd363cb

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.8";
/** The version of the TypeScript compiler release */
export const version = `${versionMajorMinor}.0-dev`;
export const version = `${versionMajorMinor}.0`;
}
namespace ts {