From 51b5408d7f7e20b78bbd1480992240dc5d00ec46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Saint-F=C3=A9lix?= Date: Tue, 25 May 2021 10:59:25 +0200 Subject: [PATCH] CI: Update CI to 7.13.1-SNAPSHOT --- Makefile | 2 +- internal/version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f08fdef002..2b9f262f4a 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ SHELL := /bin/bash -ELASTICSEARCH_DEFAULT_BUILD_VERSION = "7.13.0-SNAPSHOT" +ELASTICSEARCH_DEFAULT_BUILD_VERSION = "7.13.1-SNAPSHOT" ##@ Test test-unit: ## Run unit tests diff --git a/internal/version/version.go b/internal/version/version.go index 3a9ba0c577..6b063e0aa0 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -19,4 +19,4 @@ package version // Client returns the client version as a string. // -const Client = "7.13.0-SNAPSHOT" +const Client = "7.13.1-SNAPSHOT"