Skip to content

Commit ba75702

Browse files
committed
Updated to 7.x-SNAPSHOT
1 parent 60e4ccd commit ba75702

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.ci/test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
STACK_VERSION:
3-
- 7.15-SNAPSHOT
3+
- 7.x-SNAPSHOT
44

55
PHP_VERSION:
66
- 8.0-cli

src/Elasticsearch/Client.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@
6565
* Class Client
6666
*
6767
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
68-
* and Elasticsearch 7.15.0-SNAPSHOT (9fb2eb1c5228090f825b0a28287b80a0e446b2a8)
68+
* and Elasticsearch 7.x-SNAPSHOT (9fb2eb1c5228090f825b0a28287b80a0e446b2a8)
6969
*/
7070
class Client
7171
{
72-
const VERSION = '7.15.0-SNAPSHOT';
72+
const VERSION = '7.x-SNAPSHOT';
7373

7474
/**
7575
* @var Transport

0 commit comments

Comments
 (0)