From e1930af9f843d6511c47dc29876071ba001ac6fb Mon Sep 17 00:00:00 2001 From: Metasploit Date: Thu, 22 Feb 2024 08:21:16 -0600 Subject: [PATCH] Bump rex-text to 0.2.57 --- lib/rex/text/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rex/text/version.rb b/lib/rex/text/version.rb index 4209bc0..a5ab352 100644 --- a/lib/rex/text/version.rb +++ b/lib/rex/text/version.rb @@ -1,5 +1,5 @@ module Rex module Text - VERSION = "0.2.56" + VERSION = "0.2.57" end end