From eaa2236390320a9e8314dc1858c432e9bbcf3222 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Wed, 11 Nov 2020 16:11:20 +0000 Subject: [PATCH] [7.10] bump version to 7.10.1 (#83163) * chore(NA): bump version to 7.10.1 * chore(NA): update search examples Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> --- examples/search_examples/kibana.json | 2 +- package.json | 2 +- x-pack/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/search_examples/kibana.json b/examples/search_examples/kibana.json index 69f78bf249653..b31c8d9f470ea 100644 --- a/examples/search_examples/kibana.json +++ b/examples/search_examples/kibana.json @@ -1,6 +1,6 @@ { "id": "searchExamples", - "version": "7.10.0", + "version": "7.10.1", "server": true, "ui": true, "requiredPlugins": ["navigation", "data", "developerExamples"], diff --git a/package.json b/package.json index bff446ffeea4f..8002c1d8dad9e 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dashboarding" ], "private": true, - "version": "7.10.0", + "version": "7.10.1", "branch": "7.10", "types": "./kibana.d.ts", "tsdocMetadata": "./build/tsdoc-metadata.json", diff --git a/x-pack/package.json b/x-pack/package.json index 289d56a2f5162..d37c0bf5d3a44 100644 --- a/x-pack/package.json +++ b/x-pack/package.json @@ -1,6 +1,6 @@ { "name": "x-pack", - "version": "7.10.0", + "version": "7.10.1", "author": "Elastic", "private": true, "license": "Elastic-License",