From 321ec1a8759861c75997b289574a222b64752879 Mon Sep 17 00:00:00 2001 From: Spencer McIntyre <58950994+smcintyre-r7@users.noreply.github.com> Date: Mon, 13 Apr 2026 10:16:50 -0400 Subject: [PATCH] Bump rex-text to 0.2.62 --- 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 f6ffa40..102c490 100644 --- a/lib/rex/text/version.rb +++ b/lib/rex/text/version.rb @@ -1,5 +1,5 @@ module Rex module Text - VERSION = "0.2.61" + VERSION = "0.2.62" end end