Skip to content

Commit 77ded17

Browse files
committed
Bump to 8.11.0
1 parent d20f0ac commit 77ded17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ steps:
55
env:
66
PHP_VERSION: "{{ matrix.php }}"
77
TEST_SUITE: "{{ matrix.suite }}"
8-
STACK_VERSION: 8.10-SNAPSHOT
8+
STACK_VERSION: 8.11-SNAPSHOT
99
matrix:
1010
setup:
1111
suite:

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
class Client
2626
{
27-
const VERSION = '8.9.0';
27+
const VERSION = '8.11.0';
2828

2929
private array $config = [];
3030

0 commit comments

Comments
 (0)