Update version numbers
This commit is contained in:
parent
772e465650
commit
2c2ace1397
@ -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";
|
||||||
|
|
||||||
|
@ -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}
|
||||||
}]
|
}]
|
||||||
|
@ -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}
|
||||||
}]
|
}]
|
||||||
|
Loading…
Reference in New Issue
Block a user