From 9a9a17580099b70c02ed32297146bc689ebd92ca Mon Sep 17 00:00:00 2001 From: Postmodern Date: Fri, 28 Jun 2024 21:24:29 -0700 Subject: [PATCH] Version bump to 1.0.6. --- lib/ronin/exploits/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ronin/exploits/version.rb b/lib/ronin/exploits/version.rb index 03386b33..110b638c 100644 --- a/lib/ronin/exploits/version.rb +++ b/lib/ronin/exploits/version.rb @@ -22,6 +22,6 @@ module Ronin module Exploits # ronin-exploits version - VERSION = '1.0.5' + VERSION = '1.0.6' end end