From af862a1b7f9a397bde58915492b1aac638f79a1f Mon Sep 17 00:00:00 2001 From: Metasploit Date: Fri, 15 Nov 2024 08:08:12 -0600 Subject: [PATCH] Bump ruby_smb to 3.3.12 --- lib/ruby_smb/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ruby_smb/version.rb b/lib/ruby_smb/version.rb index ae541190..a7c0b9ad 100644 --- a/lib/ruby_smb/version.rb +++ b/lib/ruby_smb/version.rb @@ -1,3 +1,3 @@ module RubySMB - VERSION = '3.3.11'.freeze + VERSION = '3.3.12'.freeze end