We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5f91f5 commit 785fd36Copy full SHA for 785fd36
src/compiler/core.ts
@@ -6,7 +6,7 @@ namespace ts {
6
// If changing the text in this section, be sure to test `configureNightly` too.
7
export const versionMajorMinor = "2.8";
8
/** The version of the TypeScript compiler release */
9
- export const version = `${versionMajorMinor}.0-dev`;
+ export const version = `${versionMajorMinor}.0`;
10
}
11
12
namespace ts {
0 commit comments