From 2aa2ade25dcdc53162be78badc834eac8f5d0bba Mon Sep 17 00:00:00 2001 From: LeeDr Date: Thu, 4 Apr 2019 10:52:35 -0500 Subject: [PATCH] bump version to 6.7.2 --- package.json | 4 ++-- x-pack/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 42b6c54aebf3..d1d4c5db5317 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dashboarding" ], "private": true, - "version": "6.7.1", + "version": "6.7.2", "branch": "6.7", "types": "./kibana.d.ts", "build": { @@ -259,7 +259,7 @@ "webpack-merge": "4.1.4", "whatwg-fetch": "^3.0.0", "wreck": "^14.0.2", - "x-pack": "6.7.1", + "x-pack": "6.7.2", "yauzl": "2.7.0" }, "devDependencies": { diff --git a/x-pack/package.json b/x-pack/package.json index 1e77623677e7..3b460533f80b 100644 --- a/x-pack/package.json +++ b/x-pack/package.json @@ -1,6 +1,6 @@ { "name": "x-pack", - "version": "6.7.1", + "version": "6.7.2", "private": true, "author": "Elastic", "license": "Elastic-License",