From e9fbd639b8341a09c1cb4593ee014fddd02c04a7 Mon Sep 17 00:00:00 2001 From: Christos Soulios Date: Wed, 2 Jun 2021 21:37:20 +0300 Subject: [PATCH] Bump version to 7.13.2 --- README.md | 6 +++--- buildSrc/esh-version.properties | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2c2010926..685c9426a 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.0`) +### Stable Release (currently `7.13.1`) Available through any Maven-compatible tool: ```xml org.elasticsearch elasticsearch-hadoop - 7.13.0 + 7.13.1 ``` 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.1-SNAPSHOT + 7.13.2-SNAPSHOT ``` diff --git a/buildSrc/esh-version.properties b/buildSrc/esh-version.properties index ff07d4f1c..023ac9ea1 100644 --- a/buildSrc/esh-version.properties +++ b/buildSrc/esh-version.properties @@ -1,3 +1,3 @@ -eshadoop = 7.13.1 -elasticsearch = 7.13.1 -build-tools = 7.13.1 +eshadoop = 7.13.2 +elasticsearch = 7.13.2 +build-tools = 7.13.2