Accepted baselines

This commit is contained in:
Daniel Rosenwasser 2019-05-29 10:20:49 -07:00
parent 94f19c7edd
commit c5c869f673
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.5";
const versionMajorMinor = "3.6";
/** 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.5";
const versionMajorMinor = "3.6";
/** The version of the TypeScript compiler release */
const version: string;
}