Skip to content

Commit 7a94c6a

Browse files
Merge branch 'bolt_v6' of github.com:stefanak-michal/php-bolt-driver into bolt_v6
2 parents 4067b8c + e86ef04 commit 7a94c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bolt.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function __construct(private IConnection $connection)
3434
$this->track();
3535
}
3636

37-
$this->setProtocolVersions('5.8.8', '4.4.4');
37+
$this->setProtocolVersions(6, '5.8.8', '4.4.4');
3838
}
3939

4040
private function track(): void

0 commit comments

Comments
 (0)