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 c04ca7e commit e6dbab5Copy full SHA for e6dbab5
.buildkite/pipeline.yml
@@ -4,7 +4,7 @@ steps:
4
provider: "gcp"
5
env:
6
TEST_SUITE: "{{ matrix.suite }}"
7
- STACK_VERSION: 8.10.0-SNAPSHOT
+ STACK_VERSION: 8.10.1-SNAPSHOT
8
WORKSPACE: /tmp/go-elasticsearch
9
matrix:
10
setup:
Makefile
@@ -1,6 +1,6 @@
1
SHELL := /bin/bash
2
3
-ELASTICSEARCH_DEFAULT_BUILD_VERSION = "8.10.0-SNAPSHOT"
+ELASTICSEARCH_DEFAULT_BUILD_VERSION = "8.10.1-SNAPSHOT"
##@ Test
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 = "8.10.0-SNAPSHOT"
+const Client = "8.10.1-SNAPSHOT"
0 commit comments