diff --git a/examples/search_examples/kibana.json b/examples/search_examples/kibana.json index 69f78bf249653..9577ec353a4c9 100644 --- a/examples/search_examples/kibana.json +++ b/examples/search_examples/kibana.json @@ -1,6 +1,7 @@ { "id": "searchExamples", - "version": "7.10.0", + "version": "0.0.1", + "kibanaVersion": "kibana", "server": true, "ui": true, "requiredPlugins": ["navigation", "data", "developerExamples"], diff --git a/package.json b/package.json index 3b4c886fa2ca0..98e721e4994e7 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/x-pack/package.json b/x-pack/package.json index bd3c95720b4bd..e41eb76ce8020 100644 --- a/x-pack/package.json +++ b/x-pack/package.json @@ -1,6 +1,6 @@ { "name": "x-pack", - "version": "7.10.0", + "version": "7.11.0", "author": "Elastic", "private": true, "license": "Elastic-License",