Skip to content

Commit e6dbab5

Browse files
committed
bump to 8.10.1
1 parent c04ca7e commit e6dbab5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ steps:
44
provider: "gcp"
55
env:
66
TEST_SUITE: "{{ matrix.suite }}"
7-
STACK_VERSION: 8.10.0-SNAPSHOT
7+
STACK_VERSION: 8.10.1-SNAPSHOT
88
WORKSPACE: /tmp/go-elasticsearch
99
matrix:
1010
setup:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SHELL := /bin/bash
22

3-
ELASTICSEARCH_DEFAULT_BUILD_VERSION = "8.10.0-SNAPSHOT"
3+
ELASTICSEARCH_DEFAULT_BUILD_VERSION = "8.10.1-SNAPSHOT"
44

55
##@ Test
66
test-unit: ## Run unit tests

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
package version
1919

2020
// Client returns the client version as a string.
21-
const Client = "8.10.0-SNAPSHOT"
21+
const Client = "8.10.1-SNAPSHOT"

0 commit comments

Comments
 (0)