From 84196a3dd75e69090e7a69c56c748416258e92eb Mon Sep 17 00:00:00 2001 From: Alexander Reelsen Date: Tue, 15 Jun 2021 09:22:45 +0200 Subject: [PATCH] Update to Elasticsearch 7.13.2 --- README.md | 1 + gradle.properties | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 418e8c3..40c41bc 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Note that Elasticsearch has native support for langdetection nowadays using the | ES | Command | | ----- | ------- | +| 7.13.2 | `bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/7.13.2.1/ingest-langdetect-7.13.2.1.zip` | | 7.13.1 | `bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/7.13.1.1/ingest-langdetect-7.13.1.1.zip` | | 7.13.0 | `bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/7.13.0.1/ingest-langdetect-7.13.0.1.zip` | | 7.12.1 | `bin/elasticsearch-plugin install https://github.com/spinscale/elasticsearch-ingest-langdetect/releases/download/7.12.1.1/ingest-langdetect-7.12.1.1.zip` | diff --git a/gradle.properties b/gradle.properties index d7af858..ec40d95 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -elasticsearchVersion = 7.13.1 +elasticsearchVersion = 7.13.2