diff --git a/docs/pages/installation.md b/docs/pages/installation.md index de7b7bd29..0bd08adb5 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.12.2 -RUN elasticsearch-plugin install --batch https://github.com/alexklibisz/elastiknn/releases/download/8.12.2.0/elastiknn-8.12.2.0.zip +RUN elasticsearch-plugin install --batch https://github.com/alexklibisz/elastiknn/releases/download/8.12.2.1/elastiknn-8.12.2.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 aafb90288..e9be7ee67 100644 --- a/version +++ b/version @@ -1 +1 @@ -8.12.2.0 \ No newline at end of file +8.12.2.1 \ No newline at end of file