Skip to content

Commit 4eb5851

Browse files
committed
Update version to 7.17.6
1 parent 45db340 commit 4eb5851

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.ci/test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22

33
STACK_VERSION:
4-
- 7.17.3-SNAPSHOT
4+
- 7.17.6-SNAPSHOT
55

66
GO_VERSION:
77
- 1-alpine

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 = "7.17.4-SNAPSHOT"
3+
ELASTICSEARCH_DEFAULT_BUILD_VERSION = "7.17.6-SNAPSHOT"
44

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

internal/version/version.go

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

2020
// Client returns the client version as a string.
21-
//
22-
const Client = "7.17.4-SNAPSHOT"
21+
const Client = "7.17.6-SNAPSHOT"

0 commit comments

Comments
 (0)