Minor update

This commit is contained in:
Mohamad Faeez 2025-04-09 17:42:55 +08:00
parent d2dfaa267c
commit 6313156a71

View File

@ -2,10 +2,10 @@
namespace mfmdevsystem\socket; namespace mfmdevsystem\socket;
/** /**
* The version of Ratchet being used * The version of socket being used
* @var string * @var string
*/ */
const VERSION = 'Ratchet/0.4.4'; const VERSION = 'mfmdevsyste/socket/0.4.9';
/** /**
* A proxy object representing a connection to the application * A proxy object representing a connection to the application