From f2dd4f12e1aa9d21e6abc9d6f7b7421e32e33ca1 Mon Sep 17 00:00:00 2001 From: cgranleese-r7 Date: Fri, 1 Aug 2025 12:48:43 +0100 Subject: [PATCH] Bumps version to 0.1.18 --- 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 635869d..5909d50 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.17" + VERSION = "0.1.18" end end