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 45db340 commit 4eb5851Copy full SHA for 4eb5851
.ci/test-matrix.yml
@@ -1,7 +1,7 @@
1
---
2
3
STACK_VERSION:
4
- - 7.17.3-SNAPSHOT
+ - 7.17.6-SNAPSHOT
5
6
GO_VERSION:
7
- 1-alpine
Makefile
@@ -1,6 +1,6 @@
SHELL := /bin/bash
-ELASTICSEARCH_DEFAULT_BUILD_VERSION = "7.17.4-SNAPSHOT"
+ELASTICSEARCH_DEFAULT_BUILD_VERSION = "7.17.6-SNAPSHOT"
##@ Test
test-unit: ## Run unit tests
internal/version/version.go
@@ -18,5 +18,4 @@
18
package version
19
20
// Client returns the client version as a string.
21
-//
22
-const Client = "7.17.4-SNAPSHOT"
+const Client = "7.17.6-SNAPSHOT"
0 commit comments