Skip to content

Commit

Permalink
Updated VERSION to 8.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Apr 4, 2023
1 parent 68fb712 commit b5246a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
- job:
name: elastic+enterprise-search-php+8.5
display-name: 'elastic / enterprise-search-php # 8.5'
description: Testing the enterprise-search-php 8.5 branch.
name: elastic+enterprise-search-php+8.7
display-name: 'elastic / enterprise-search-php # 8.7'
description: Testing the enterprise-search-php 8.7 branch.
parameters:
- string:
name: branch_specifier
default: refs/heads/8.5
default: refs/heads/8.7
description: the Git branch specifier to build (<branchName>, <tagName>,
<commitId>, etc.)
triggers:
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

class Client
{
const VERSION = '8.6.0';
const VERSION = '8.7.0';

private array $config = [];

Expand Down

0 comments on commit b5246a3

Please sign in to comment.