Accept version change 3.2 => 3.3 in baselines

This commit is contained in:
Andrey Roenko 2018-11-20 20:58:14 +03:00
parent bea7ed1aa7
commit fb5127f62d
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ and limitations under the License.
***************************************************************************** */
declare namespace ts {
const versionMajorMinor = "3.2";
const versionMajorMinor = "3.3";
/** 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.2";
const versionMajorMinor = "3.3";
/** The version of the TypeScript compiler release */
const version: string;
}