diff --git a/docs/pages/installation.md b/docs/pages/installation.md index 5b5455c5..40398e77 100644 --- a/docs/pages/installation.md +++ b/docs/pages/installation.md @@ -43,7 +43,7 @@ The image version (`elasticsearch:A.B.C`) must match the plugin's version (e.g. ```docker FROM docker.elastic.co/elasticsearch/elasticsearch:8.15.0 -RUN elasticsearch-plugin install --batch https://github.com/alexklibisz/elastiknn/releases/download/8.15.0.0/elastiknn-8.15.0.0.zip +RUN elasticsearch-plugin install --batch https://github.com/alexklibisz/elastiknn/releases/download/8.15.0.1/elastiknn-8.15.0.1.zip ``` Build and run the Dockerfile. If you have any issues please refer to the [official docs.](https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html) diff --git a/version b/version index 6342972c..cb67db90 100644 --- a/version +++ b/version @@ -1 +1 @@ -8.15.0.0 \ No newline at end of file +8.15.0.1 \ No newline at end of file