From e26764c89de964a7fc3fc940ba1423e8dbbb4369 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Tue, 18 Aug 2020 18:28:12 +0100 Subject: [PATCH] chore(NA): bump version to 7.9.1 (#75284) Co-authored-by: Elastic Machine --- package.json | 2 +- x-pack/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a4dff7035debc..10172f1cc8b50 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dashboarding" ], "private": true, - "version": "7.9.0", + "version": "7.9.1", "branch": "7.9", "types": "./kibana.d.ts", "tsdocMetadata": "./build/tsdoc-metadata.json", diff --git a/x-pack/package.json b/x-pack/package.json index 7c068998c26df..e60fcbb59209b 100644 --- a/x-pack/package.json +++ b/x-pack/package.json @@ -1,6 +1,6 @@ { "name": "x-pack", - "version": "7.9.0", + "version": "7.9.1", "author": "Elastic", "private": true, "license": "Elastic-License",