Merge pull request #28623 from ajafff/update-baselines

update API baselines with new version number
This commit is contained in:
Sheetal Nandi 2018-11-20 09:46:04 -08:00 committed by GitHub
commit 5172d8f55b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}