From 34fee70e04e1165a2985300a922ecf1cf1ed2b46 Mon Sep 17 00:00:00 2001 From: Chris Boden <cboden@gmail.com> Date: Sun, 17 Jun 2012 23:04:25 -0400 Subject: [PATCH] Versioning --- src/Ratchet/ConnectionInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ratchet/ConnectionInterface.php b/src/Ratchet/ConnectionInterface.php index 8a8ef34..3618115 100644 --- a/src/Ratchet/ConnectionInterface.php +++ b/src/Ratchet/ConnectionInterface.php @@ -1,7 +1,7 @@ <?php namespace Ratchet; -const VERSION = 'Ratchet/0.2b'; +const VERSION = 'Ratchet/0.1.4'; /** * A proxy object representing a connection to the application