Skip to content

Commit

Permalink
Version bump for new feature
Browse files Browse the repository at this point in the history
  • Loading branch information
cboden committed Jan 2, 2017
1 parent e42f10a commit 55256f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Connector.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ protected function generateRequest($url, array $subProtocols, array $headers) {
$uri = $uri->withPort('wss' === $scheme ? 443 : 80);
}

$headers += ['User-Agent' => 'Ratchet-Pawl/0.2.2'];
$headers += ['User-Agent' => 'Ratchet-Pawl/0.2.3'];

$request = array_reduce(array_keys($headers), function($request, $header) use ($headers) {
return $request->withHeader($header, $headers[$header]);
Expand Down
2 changes: 1 addition & 1 deletion tests/autobahn/runner.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

require __DIR__ . '/../../vendor/autoload.php';

define('AGENT', 'Pawl/0.2.2');
define('AGENT', 'Pawl/0.2.3');

$loop = React\EventLoop\Factory::create();

Expand Down

0 comments on commit 55256f5

Please sign in to comment.