From 90abd9eee1eee0abdc6ab8b361592c668a83bd1b Mon Sep 17 00:00:00 2001 From: Postmodern Date: Sun, 23 Jun 2024 04:49:54 -0700 Subject: [PATCH] Version bump to 1.1.0.rc2. --- 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 8eb9881e..3861b955 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.1.0.rc1' + VERSION = '1.1.0.rc2' end end