diff --git a/src/Ratchet/ConnectionInterface.php b/src/Ratchet/ConnectionInterface.php index 0fc7793..bd91547 100644 --- a/src/Ratchet/ConnectionInterface.php +++ b/src/Ratchet/ConnectionInterface.php @@ -6,7 +6,7 @@ * The version of Ratchet being used * @var string */ -const VERSION = 'Ratchet/1.0.1'; +const VERSION = 'Ratchet/1.0.3'; /** * A proxy object representing a connection to the application