diff --git a/README.md b/README.md
index 679dcaa45..d4c030ebf 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 `8.16.2`)
+### Stable Release (currently `8.16.3`)
Available through any Maven-compatible tool:
```xml
org.elasticsearch
elasticsearch-hadoop
- 8.16.2
+ 8.16.3
```
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
- 8.16.3-SNAPSHOT
+ 8.16.4-SNAPSHOT
```
diff --git a/buildSrc/esh-version.properties b/buildSrc/esh-version.properties
index 04d5b8ac9..a61021515 100644
--- a/buildSrc/esh-version.properties
+++ b/buildSrc/esh-version.properties
@@ -1,4 +1,4 @@
-eshadoop = 8.16.3
-elasticsearch = 8.16.3
+eshadoop = 8.16.4
+elasticsearch = 8.16.4
lucene = 9.0.0
-build-tools = 8.16.3
+build-tools = 8.16.4