From 97c287180aabb9fc2a5459231192217579f86a78 Mon Sep 17 00:00:00 2001 From: Metasploit Date: Tue, 5 Dec 2023 14:38:40 -0600 Subject: [PATCH] Bump rex-socket to 0.1.56 --- lib/rex/socket/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rex/socket/version.rb b/lib/rex/socket/version.rb index 37a6ddb..6edb4b1 100644 --- a/lib/rex/socket/version.rb +++ b/lib/rex/socket/version.rb @@ -1,5 +1,5 @@ module Rex module Socket - VERSION = "0.1.55" + VERSION = "0.1.56" end end