default to api version 7.3

This commit is contained in:
spalger
2019-09-18 18:30:54 -07:00
parent a0dfc4ab9f
commit d699640031

View File

@ -29,8 +29,9 @@
"blanket": {
"pattern": "specified in test/unit/coverage.js"
},
"default_api_branch": "7.2",
"default_api_branch": "7.3",
"supported_es_branches": [
"7.3",
"7.2",
"7.1",
"7.0",
@ -38,7 +39,6 @@
"5.6"
],
"unstable_es_branches": [
"7.3",
"7.4",
"7.x",
"master"