Skip to content

Commit 3f96a5a

Browse files
Added bolt 5.6 as one of negotiated versions
1 parent b490977 commit 3f96a5a

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
@@ -33,7 +33,7 @@ public function __construct(private IConnection $connection)
3333
$this->track();
3434
}
3535

36-
$this->setProtocolVersions(5.4, 5, 4.4);
36+
$this->setProtocolVersions(5.6, 5.4, 5, 4.4);
3737
}
3838

3939
private function track(): void

0 commit comments

Comments
 (0)