Update corePublic.ts

This commit is contained in:
Daniel Rosenwasser
2020-05-08 19:15:01 -07:00
committed by GitHub
parent 551f0dd9a1
commit 1ae7dbbcf0
+2 -2
View File
@@ -3,7 +3,7 @@ namespace ts {
// If changing the text in this section, be sure to test `configurePrerelease` too.
export const versionMajorMinor = "3.9";
/** The version of the TypeScript compiler release */
export const version = "3.9.2" as string;
export const version = `${versionMajorMinor}.2-insiders`;
/**
* Type of objects whose values are all of the same type.
@@ -93,4 +93,4 @@ namespace ts {
EqualTo = 0,
GreaterThan = 1
}
}
}