File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11SHELL := /bin/bash
22
3- ELASTICSEARCH_DEFAULT_BUILD_VERSION = "7.13.0 -SNAPSHOT"
3+ ELASTICSEARCH_DEFAULT_BUILD_VERSION = "7.13.1 -SNAPSHOT"
44
55# #@ Test
66test-unit : # # Run unit tests
@@ -267,7 +267,7 @@ godoc: ## Display documentation for the package
267267 godoc --http=localhost:6060 --play
268268
269269cluster : # # Launch an Elasticsearch cluster with Docker
270- $(eval version ?= "elasticsearch:7.13.0 -SNAPSHOT")
270+ $(eval version ?= "elasticsearch:7.13.1 -SNAPSHOT")
271271 $(eval flavor ?= "core")
272272 $(eval elasticsearch_url = "http://es1:9200")
273273
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ package version
1919
2020// Client returns the client version as a string.
2121//
22- const Client = "7.13.0 -SNAPSHOT"
22+ const Client = "7.13.1 -SNAPSHOT"
You can’t perform that action at this time.
0 commit comments