From 51d2d0b340162288c0fc15d7ce6c104cae043797 Mon Sep 17 00:00:00 2001 From: Chris Boden Date: Mon, 1 Apr 2013 19:38:50 -0400 Subject: [PATCH] Version bump --- CHANGELOG.md | 2 +- src/Ratchet/ConnectionInterface.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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