Skip to content

Commit 35462d8

Browse files
author
Clément Tourrière
committed
Prepare release 6.8.0.1
1 parent b4cb91d commit 35462d8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

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

258258
To install it, launch this command in Elasticsearch directory replacing the url by the correct link for your Elasticsearch version (see table)
259-
`./bin/elasticsearch-plugin install https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v6.8.0.0/pathhierarchy-aggregation-6.8.0.0.zip`
259+
`./bin/elasticsearch-plugin install https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v6.8.0.1/pathhierarchy-aggregation-6.8.0.1.zip`
260260

261261
| elasticsearch version | plugin version | plugin url |
262262
| --------------------- | -------------- | ---------- |
@@ -268,8 +268,8 @@ To install it, launch this command in Elasticsearch directory replacing the url
268268
| 6.4.3 | 6.4.3.0 | https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v6.4.3.0/elasticsearch-aggregation-pathhierarchy-6.4.3.0.zip |
269269
| 6.5.4 | 6.5.4.1 | https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v6.5.4.1/pathhierarchy-aggregation-6.5.4.1.zip |
270270
| 6.6.2 | 6.6.2.0 | https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v6.6.2.0/pathhierarchy-aggregation-6.6.2.0.zip |
271-
| 6.7.1 | 6.8.0.0 | https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v6.8.0.0/pathhierarchy-aggregation-6.8.0.0.zip |
272-
| 6.8.0 | 6.8.0.0 | https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v6.8.0.0/pathhierarchy-aggregation-6.8.0.0.zip |
271+
| 6.7.1 | 6.8.0.1 | https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v6.8.0.1/pathhierarchy-aggregation-6.8.0.1.zip |
272+
| 6.8.0 | 6.8.0.1 | https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v6.8.0.1/pathhierarchy-aggregation-6.8.0.1.zip |
273273

274274

275275
License

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
es_version = 6.8.0
2-
plugin_version = 6.8.0.0
2+
plugin_version = 6.8.0.1

0 commit comments

Comments
 (0)