Update versionMajorMinor to match package.json

This commit is contained in:
Wesley Wigham 2020-02-11 15:34:17 -08:00
parent 1fd0e8f9a6
commit 6f079a4ebc
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
namespace ts {
// WARNING: The script `configurePrerelease.ts` uses a regexp to parse out these values.
// If changing the text in this section, be sure to test `configurePrerelease` too.
export const versionMajorMinor = "3.8";
export const versionMajorMinor = "3.9";
/** The version of the TypeScript compiler release */
export const version = `${versionMajorMinor}.0-dev`;

View File

@ -14,7 +14,7 @@ and limitations under the License.
***************************************************************************** */
declare namespace ts {
const versionMajorMinor = "3.8";
const versionMajorMinor = "3.9";
/** The version of the TypeScript compiler release */
const version: string;
/**

View File

@ -14,7 +14,7 @@ and limitations under the License.
***************************************************************************** */
declare namespace ts {
const versionMajorMinor = "3.8";
const versionMajorMinor = "3.9";
/** The version of the TypeScript compiler release */
const version: string;
/**