mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-17 01:49:57 -05:00
Bump version to 4.1. (#39894)
* Bump version to 4.1. * Update baselines.
This commit is contained in:
committed by
GitHub
parent
ed55e0c0d1
commit
d985e68ffa
@@ -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 = "4.0";
|
||||
export const versionMajorMinor = "4.1";
|
||||
/** The version of the TypeScript compiler release */
|
||||
export const version = `${versionMajorMinor}.0-dev`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user