diff --git a/docs/pages/installation.md b/docs/pages/installation.md index 436f36f6f..181692620 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.11.1 -RUN elasticsearch-plugin install --batch https://github.com/alexklibisz/elastiknn/releases/download/8.11.1.2/elastiknn-8.11.1.2.zip +RUN elasticsearch-plugin install --batch https://github.com/alexklibisz/elastiknn/releases/download/8.11.1.3/elastiknn-8.11.1.3.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 1581fbd54..4b403250d 100644 --- a/version +++ b/version @@ -1 +1 @@ -8.11.1.2 \ No newline at end of file +8.11.1.3 \ No newline at end of file