From 1465a966c46b3916fb69be182de233ed9d4e6d7a Mon Sep 17 00:00:00 2001 From: Alex Klibisz Date: Mon, 25 Mar 2024 23:11:17 -0400 Subject: [PATCH] Bump version to 8.12.2.1 (#658) --- docs/pages/installation.md | 2 +- version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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