Skip to content

Commit

Permalink
Bump to 8.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Sep 28, 2023
1 parent d20f0ac commit 77ded17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ steps:
env:
PHP_VERSION: "{{ matrix.php }}"
TEST_SUITE: "{{ matrix.suite }}"
STACK_VERSION: 8.10-SNAPSHOT
STACK_VERSION: 8.11-SNAPSHOT
matrix:
setup:
suite:
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.9.0';
const VERSION = '8.11.0';

private array $config = [];

Expand Down

0 comments on commit 77ded17

Please sign in to comment.