Skip to content

Commit

Permalink
Update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
mbonneau committed Dec 4, 2024
1 parent 772e465 commit 2c2ace1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/ab/clientRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

require __DIR__ . '/../bootstrap.php';

define('AGENT', 'RatchetRFC/0.3');
define('AGENT', 'RatchetRFC/0.4');

$testServer = $argc > 1 ? $argv[1] : "127.0.0.1";

Expand Down
2 changes: 1 addition & 1 deletion tests/ab/fuzzingclient.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
}
, "outdir": "/reports/servers"
, "servers": [{
"agent": "RatchetRFC/0.3"
"agent": "RatchetRFC/0.4"
, "url": "ws://host.ratchet.internal:9001"
, "options": {"version": 18}
}]
Expand Down
2 changes: 1 addition & 1 deletion tests/ab/fuzzingclient_skip_deflate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
}
, "outdir": "/reports/servers"
, "servers": [{
"agent": "RatchetRFC/0.3"
"agent": "RatchetRFC/0.4"
, "url": "ws://host.ratchet.internal:9001"
, "options": {"version": 18}
}]
Expand Down

0 comments on commit 2c2ace1

Please sign in to comment.