Accepted baselines.

This commit is contained in:
Daniel Rosenwasser 2019-04-03 13:00:58 -07:00
parent 24b1ec8681
commit b8f6ae4e25
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.4";
const versionMajorMinor = "3.5";
/** 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.4";
const versionMajorMinor = "3.5";
/** The version of the TypeScript compiler release */
const version: string;
}