From 6c456b7528a220d678b9a0e7e4a9d58a670379bf Mon Sep 17 00:00:00 2001 From: spalger Date: Wed, 4 Mar 2020 08:25:32 -0700 Subject: [PATCH] bump version to 6.8.8 --- package.json | 4 ++-- x-pack/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 78d42b3ded3a..4cce0ad494fe 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dashboarding" ], "private": true, - "version": "6.8.7", + "version": "6.8.8", "branch": "6.8", "types": "./kibana.d.ts", "build": { @@ -261,7 +261,7 @@ "webpack-merge": "4.1.4", "whatwg-fetch": "^3.0.0", "wreck": "^14.0.2", - "x-pack": "6.8.7", + "x-pack": "6.8.8", "yauzl": "2.7.0" }, "devDependencies": { diff --git a/x-pack/package.json b/x-pack/package.json index 3b1d9925eddb..3183e4b70c92 100644 --- a/x-pack/package.json +++ b/x-pack/package.json @@ -1,6 +1,6 @@ { "name": "x-pack", - "version": "6.8.7", + "version": "6.8.8", "private": true, "author": "Elastic", "license": "Elastic-License",