diff --git a/Makefile b/Makefile index f08fdef002..74464f81e5 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 @@ -267,7 +267,7 @@ godoc: ## Display documentation for the package godoc --http=localhost:6060 --play cluster: ## Launch an Elasticsearch cluster with Docker - $(eval version ?= "elasticsearch:7.13.0-SNAPSHOT") + $(eval version ?= "elasticsearch:7.13.1-SNAPSHOT") $(eval flavor ?= "core") $(eval elasticsearch_url = "http://es1:9200") 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"