Skip to content

Commit 1ae7dbb

Browse files
Update corePublic.ts
1 parent 551f0dd commit 1ae7dbb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/compiler/corePublic.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ namespace ts {
33
// If changing the text in this section, be sure to test `configurePrerelease` too.
44
export const versionMajorMinor = "3.9";
55
/** The version of the TypeScript compiler release */
6-
export const version = "3.9.2" as string;
6+
export const version = `${versionMajorMinor}.2-insiders`;
77

88
/**
99
* Type of objects whose values are all of the same type.
@@ -93,4 +93,4 @@ namespace ts {
9393
EqualTo = 0,
9494
GreaterThan = 1
9595
}
96-
}
96+
}

0 commit comments

Comments
 (0)