diff --git a/README.md b/README.md
index 936f63557..7bf1f4d76 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 `6.8.12`)
+### Stable Release (currently `6.8.14`)
Available through any Maven-compatible tool:
```xml
org.elasticsearch
elasticsearch-hadoop
- 6.8.13
+ 6.8.14
```
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.14-SNAPSHOT
+ 6.8.15-SNAPSHOT
```
diff --git a/buildSrc/esh-version.properties b/buildSrc/esh-version.properties
index 62b28c32f..d1b30bf00 100644
--- a/buildSrc/esh-version.properties
+++ b/buildSrc/esh-version.properties
@@ -1,2 +1,2 @@
-eshadoop = 6.8.14
-elasticsearch = 6.8.14-SNAPSHOT
+eshadoop = 6.8.15
+elasticsearch = 6.8.15-SNAPSHOT