We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 736c91e commit af82e0fCopy full SHA for af82e0f
Makefile
@@ -1,6 +1,6 @@
1
SHELL := /bin/bash
2
3
-ELASTICSEARCH_DEFAULT_BUILD_VERSION = "7.17.6-SNAPSHOT"
+ELASTICSEARCH_DEFAULT_BUILD_VERSION = "7.17.7-SNAPSHOT"
4
5
##@ Test
6
test-unit: ## Run unit tests
internal/version/version.go
@@ -18,4 +18,4 @@
18
package version
19
20
// Client returns the client version as a string.
21
-const Client = "7.17.6-SNAPSHOT"
+const Client = "7.17.7-SNAPSHOT"
0 commit comments