From 5cf2df01c08aad1319723875672aa4c9b2bc0527 Mon Sep 17 00:00:00 2001 From: Alex Klibisz <8015228+alexklibisz@users.noreply.github.com> Date: Sun, 3 Dec 2023 11:01:18 -0800 Subject: [PATCH] Build: bump version to 8.11.1.3 --- 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 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