diff --git a/CHANGELOG.md b/CHANGELOG.md index e5c3691..13fb90f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ CHANGELOG --- -* 0.2.5 (2013-??-??) +* 0.2.5 (2013-04-01) * Fixed Hixie-76 handshake bug diff --git a/src/Ratchet/ConnectionInterface.php b/src/Ratchet/ConnectionInterface.php index e90454c..6433abe 100644 --- a/src/Ratchet/ConnectionInterface.php +++ b/src/Ratchet/ConnectionInterface.php @@ -5,7 +5,7 @@ namespace Ratchet; * The version of Ratchet being used * @var string */ -const VERSION = 'Ratchet/0.2.3'; +const VERSION = 'Ratchet/0.2.5'; /** * A proxy object representing a connection to the application