Version bump

This commit is contained in:
Chris Boden 2013-06-01 20:25:31 -04:00
parent 8e92f5fd9a
commit b93581cdcd
2 changed files with 5 additions and 1 deletions

View File

@ -8,6 +8,10 @@ CHANGELOG
--- ---
* 0.2.6 (2013-06-01)
* Guzzle 3.6 support
* 0.2.5 (2013-04-01) * 0.2.5 (2013-04-01)
* Fixed Hixie-76 handshake bug * Fixed Hixie-76 handshake bug

View File

@ -5,7 +5,7 @@ namespace Ratchet;
* The version of Ratchet being used * The version of Ratchet being used
* @var string * @var string
*/ */
const VERSION = 'Ratchet/0.2.5'; const VERSION = 'Ratchet/0.2.6';
/** /**
* A proxy object representing a connection to the application * A proxy object representing a connection to the application