Version bump

This commit is contained in:
Chris Boden 2013-04-01 19:38:50 -04:00
parent 46f3393ec1
commit 51d2d0b340
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ CHANGELOG
---
* 0.2.5 (2013-??-??)
* 0.2.5 (2013-04-01)
* Fixed Hixie-76 handshake bug

View File

@ -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