From 57b0224bc9be514ab8c96e58ec8e67680911dafd Mon Sep 17 00:00:00 2001 From: Joe Gallo Date: Tue, 20 Jul 2021 10:47:03 -0400 Subject: [PATCH] Bump version after 7.13.4 release (#1725) --- README.md | 6 +++--- buildSrc/esh-version.properties | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 74010e888..49a1536ac 100644 --- a/README.md +++ b/README.md @@ -19,14 +19,14 @@ ES-Hadoop 2.0.x and 2.1.x are compatible with Elasticsearch __1.X__ *only* ## Installation -### Stable Release (currently `7.13.3`) +### Stable Release (currently `7.13.4`) Available through any Maven-compatible tool: ```xml org.elasticsearch elasticsearch-hadoop - 7.13.3 + 7.13.4 ``` 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 - 7.13.4-SNAPSHOT + 7.13.5-SNAPSHOT ``` diff --git a/buildSrc/esh-version.properties b/buildSrc/esh-version.properties index fd3a87431..669234d47 100644 --- a/buildSrc/esh-version.properties +++ b/buildSrc/esh-version.properties @@ -1,3 +1,3 @@ -eshadoop = 7.13.4 -elasticsearch = 7.13.4 -build-tools = 7.13.4 +eshadoop = 7.13.5 +elasticsearch = 7.13.5 +build-tools = 7.13.5