From 6313156a71881bf57543112a8a87cf5127ddad0d Mon Sep 17 00:00:00 2001 From: Mohamad Faeez Date: Wed, 9 Apr 2025 17:42:55 +0800 Subject: [PATCH] Minor update --- src/Socket/ConnectionInterface.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Socket/ConnectionInterface.php b/src/Socket/ConnectionInterface.php index e976f19..2880d7f 100644 --- a/src/Socket/ConnectionInterface.php +++ b/src/Socket/ConnectionInterface.php @@ -2,10 +2,10 @@ namespace mfmdevsystem\socket; /** - * The version of Ratchet being used + * The version of socket being used * @var string */ -const VERSION = 'Ratchet/0.4.4'; +const VERSION = 'mfmdevsyste/socket/0.4.9'; /** * A proxy object representing a connection to the application