Skip to content

Commit 8be4f90

Browse files
committed
CI: Version: Set version to 7.x
1 parent f9e691e commit 8be4f90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.13.1-SNAPSHOT"
3+
ELASTICSEARCH_DEFAULT_BUILD_VERSION = "7.x-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
@@ -19,4 +19,4 @@ package version
1919

2020
// Client returns the client version as a string.
2121
//
22-
const Client = "7.13.1-SNAPSHOT"
22+
const Client = "7.x-SNAPSHOT"

0 commit comments

Comments
 (0)