Update version numbers

This commit is contained in:
Matt Bonneau 2024-12-04 08:12:18 -05:00
parent 772e465650
commit 2c2ace1397
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ use React\Socket\Connector;
require __DIR__ . '/../bootstrap.php'; require __DIR__ . '/../bootstrap.php';
define('AGENT', 'RatchetRFC/0.3'); define('AGENT', 'RatchetRFC/0.4');
$testServer = $argc > 1 ? $argv[1] : "127.0.0.1"; $testServer = $argc > 1 ? $argv[1] : "127.0.0.1";

View File

@ -4,7 +4,7 @@
} }
, "outdir": "/reports/servers" , "outdir": "/reports/servers"
, "servers": [{ , "servers": [{
"agent": "RatchetRFC/0.3" "agent": "RatchetRFC/0.4"
, "url": "ws://host.ratchet.internal:9001" , "url": "ws://host.ratchet.internal:9001"
, "options": {"version": 18} , "options": {"version": 18}
}] }]

View File

@ -4,7 +4,7 @@
} }
, "outdir": "/reports/servers" , "outdir": "/reports/servers"
, "servers": [{ , "servers": [{
"agent": "RatchetRFC/0.3" "agent": "RatchetRFC/0.4"
, "url": "ws://host.ratchet.internal:9001" , "url": "ws://host.ratchet.internal:9001"
, "options": {"version": 18} , "options": {"version": 18}
}] }]