Skip to content

Commit b98fcf7

Browse files
committed
new 8.x branch
1 parent e2be39e commit b98fcf7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .buildkite/pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ steps:
22
- label: ":java: :elasticsearch: Elasticsearch Java API client - {{matrix.workflow}}"
33
agents:
44
provider: "gcp"
5-
branches: [ "main", "7.17", "8.14", "8.15" ]
5+
branches: [ "main", "7.17", "8.x", "8.15" ]
66
matrix:
77
setup:
88
workflow:

Diff for: config/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.16.0
1+
8.x

Diff for: java-client/src/main-flavored/java/co/elastic/clients/transport/VersionInfo.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
// Package private
2323
class VersionInfo {
2424
static final String FLAVOR = "stack";
25-
static final String VERSION = "8.16.0";
25+
static final String VERSION = "8.x";
2626
}

0 commit comments

Comments
 (0)