Skip to content

Commit

Permalink
[7.x] bump version to 7.11.0 (#79844)
Browse files Browse the repository at this point in the history
* chore(NA); bump version to 7.11.0

* chore(NA): correctly define kibana version for search examples

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
mistic and kibanamachine authored Oct 7, 2020
1 parent 4ccd668 commit 7b0683e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion examples/search_examples/kibana.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"id": "searchExamples",
"version": "7.10.0",
"version": "0.0.1",
"kibanaVersion": "kibana",
"server": true,
"ui": true,
"requiredPlugins": ["navigation", "data", "developerExamples"],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dashboarding"
],
"private": true,
"version": "7.10.0",
"version": "7.11.0",
"branch": "7.x",
"types": "./kibana.d.ts",
"tsdocMetadata": "./build/tsdoc-metadata.json",
Expand Down
2 changes: 1 addition & 1 deletion x-pack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "x-pack",
"version": "7.10.0",
"version": "7.11.0",
"author": "Elastic",
"private": true,
"license": "Elastic-License",
Expand Down

0 comments on commit 7b0683e

Please sign in to comment.