Skip to content

Commit b0af152

Browse files
authored
Bumps version to 7.4.1 (#1360)
1 parent a6bf1b9 commit b0af152

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ ES-Hadoop 2.0.x and 2.1.x are compatible with Elasticsearch __1.X__ *only*
1919

2020
## Installation
2121

22-
### Stable Release (currently `7.4.0`)
22+
### Stable Release (currently `7.4.1`)
2323
Available through any Maven-compatible tool:
2424

2525
```xml
2626
<dependency>
2727
<groupId>org.elasticsearch</groupId>
2828
<artifactId>elasticsearch-hadoop</artifactId>
29-
<version>7.4.0</version>
29+
<version>7.4.1</version>
3030
</dependency>
3131
```
3232
or as a stand-alone [ZIP](http://www.elastic.co/downloads/hadoop).

buildSrc/esh-version.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
eshadoop = 7.4.0
2-
elasticsearch = 7.4.0
3-
build-tools = 7.4.0
1+
eshadoop = 7.4.1
2+
elasticsearch = 7.4.1
3+
build-tools = 7.4.1

0 commit comments

Comments
 (0)