Skip to content

Commit

Permalink
bump to 8.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Anaethelion committed Sep 13, 2023
1 parent c04ca7e commit e6dbab5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ steps:
provider: "gcp"
env:
TEST_SUITE: "{{ matrix.suite }}"
STACK_VERSION: 8.10.0-SNAPSHOT
STACK_VERSION: 8.10.1-SNAPSHOT
WORKSPACE: /tmp/go-elasticsearch
matrix:
setup:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL := /bin/bash

ELASTICSEARCH_DEFAULT_BUILD_VERSION = "8.10.0-SNAPSHOT"
ELASTICSEARCH_DEFAULT_BUILD_VERSION = "8.10.1-SNAPSHOT"

##@ Test
test-unit: ## Run unit tests
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
package version

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

0 comments on commit e6dbab5

Please sign in to comment.