set branch to 7.3

This commit is contained in:
spalger 2019-07-03 08:20:02 -07:00
parent f2dc047723
commit 3cfc78fc55
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{
"upstream": "elastic/kibana",
"branches": [{ "name": "7.x", "checked": true }, "7.2", "6.8"],
"branches": [{ "name": "7.x", "checked": true }, "7.3", "7.2", "6.8"],
"labels": ["backport"]
}

View file

@ -12,7 +12,7 @@
],
"private": true,
"version": "7.3.0",
"branch": "7.x",
"branch": "7.3",
"types": "./kibana.d.ts",
"tsdocMetadata": "./build/tsdoc-metadata.json",
"build": {