From 9a44efb3181c1ca8f299f7573d0756af7f9434b2 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