From faaf996d0db2d5be888e0be346734bbbec28958d Mon Sep 17 00:00:00 2001 From: Przemyslaw Gomulka Date: Fri, 16 Oct 2020 18:36:37 +0200 Subject: [PATCH] bump the version to 6.8.14 --- README.md | 4 ++-- buildSrc/esh-version.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c389c97ba..936f63557 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Available through any Maven-compatible tool: org.elasticsearch elasticsearch-hadoop - 6.8.12 + 6.8.13 ``` or as a stand-alone [ZIP](http://www.elastic.co/downloads/hadoop). @@ -38,7 +38,7 @@ Grab the latest nightly build from the [repository](http://oss.sonatype.org/cont org.elasticsearch elasticsearch-hadoop - 6.8.13-SNAPSHOT + 6.8.14-SNAPSHOT ``` diff --git a/buildSrc/esh-version.properties b/buildSrc/esh-version.properties index e65e7fcc5..62b28c32f 100644 --- a/buildSrc/esh-version.properties +++ b/buildSrc/esh-version.properties @@ -1,2 +1,2 @@ -eshadoop = 6.8.13 -elasticsearch = 6.8.13-SNAPSHOT +eshadoop = 6.8.14 +elasticsearch = 6.8.14-SNAPSHOT