Skip to content

Commit 785fd36

Browse files
committed
Update version
1 parent e5f91f5 commit 785fd36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ namespace ts {
66
// If changing the text in this section, be sure to test `configureNightly` too.
77
export const versionMajorMinor = "2.8";
88
/** The version of the TypeScript compiler release */
9-
export const version = `${versionMajorMinor}.0-dev`;
9+
export const version = `${versionMajorMinor}.0`;
1010
}
1111

1212
namespace ts {

0 commit comments

Comments
 (0)