Skip to content

Commit 945e4db

Browse files
author
Clément Tourrière
committed
Prepare release 6.6.1.0
1 parent 1051503 commit 945e4db

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Plugin versions are available for (at least) all minor versions of Elasticsearch
7070
The first 3 digits of plugin version is Elasticsearch versioning. The last digit is used for plugin versioning under an elasticsearch version.
7171

7272
To install it, launch this command in Elasticsearch directory replacing the url by the correct link for your Elasticsearch version (see table)
73-
`./bin/elasticsearch-plugin install https://github.com/opendatasoft/elasticsearch-aggregation-geoclustering/releases/download/v6.6.0.0/geopoint-clustering-aggregation-6.6.0.0.zip`
73+
`./bin/elasticsearch-plugin install https://github.com/opendatasoft/elasticsearch-aggregation-geoclustering/releases/download/v6.6.1.0/geopoint-clustering-aggregation-6.6.1.0.zip`
7474

7575
| elasticsearch version | plugin version | plugin url |
7676
| --------------------- | -------------- | ---------- |
@@ -80,6 +80,6 @@ To install it, launch this command in Elasticsearch directory replacing the url
8080
| 6.3.2 | 6.3.2.0 | https://github.com/opendatasoft/elasticsearch-aggregation-geoclustering/releases/download/v6.3.2.0/geopoint-clustering-aggregation-6.3.2.0.zip|
8181
| 6.4.3 | 6.4.3.0 | https://github.com/opendatasoft/elasticsearch-aggregation-geoclustering/releases/download/v6.4.3.0/geopoint-clustering-aggregation-6.4.3.0.zip|
8282
| 6.5.4 | 6.5.4.0 | https://github.com/opendatasoft/elasticsearch-aggregation-geoclustering/releases/download/v6.5.4.0/geopoint-clustering-aggregation-6.5.4.0.zip|
83-
| 6.6.0 | 6.6.0.0 | https://github.com/opendatasoft/elasticsearch-aggregation-geoclustering/releases/download/v6.6.0.0/geopoint-clustering-aggregation-6.6.0.0.zip|
83+
| 6.6.1 | 6.6.1.0 | https://github.com/opendatasoft/elasticsearch-aggregation-geoclustering/releases/download/v6.6.1.0/geopoint-clustering-aggregation-6.6.1.0.zip|
8484

8585

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
es_version = 6.6.0
2-
plugin_version = 6.6.0.0
1+
es_version = 6.6.1
2+
plugin_version = 6.6.1.0

0 commit comments

Comments
 (0)