From 44fc696492b6fe6e8499a3867458b2171e8c7a1a Mon Sep 17 00:00:00 2001 From: Metasploit Date: Fri, 15 Nov 2024 04:10:17 -0600 Subject: [PATCH] Bump rex-random_identifier to 0.1.15 --- lib/rex/random_identifier/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rex/random_identifier/version.rb b/lib/rex/random_identifier/version.rb index efe08ce..347d118 100644 --- a/lib/rex/random_identifier/version.rb +++ b/lib/rex/random_identifier/version.rb @@ -1,5 +1,5 @@ module Rex module RandomIdentifier - VERSION = "0.1.14" + VERSION = "0.1.15" end end