diff --git a/Gemfile.lock b/Gemfile.lock index 1ffd86486a53..00840080efda 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - metasploit-framework (6.4.37) + metasploit-framework (6.4.38) aarch64 abbrev actionpack (~> 7.0.0) diff --git a/LICENSE_GEMS b/LICENSE_GEMS index 8c6cadb51d10..a097fb36672e 100644 --- a/LICENSE_GEMS +++ b/LICENSE_GEMS @@ -88,7 +88,7 @@ memory_profiler, 1.1.0, MIT metasm, 1.0.5, LGPL-2.1 metasploit-concern, 5.0.3, "New BSD" metasploit-credential, 6.0.11, "New BSD" -metasploit-framework, 6.4.37, "New BSD" +metasploit-framework, 6.4.38, "New BSD" metasploit-model, 5.0.2, "New BSD" metasploit-payloads, 2.0.187, "3-clause (or ""modified"") BSD" metasploit_data_models, 6.0.5, "New BSD" @@ -156,7 +156,7 @@ rex-mime, 0.1.8, "New BSD" rex-nop, 0.1.3, "New BSD" rex-ole, 0.1.8, "New BSD" rex-powershell, 0.1.100, "New BSD" -rex-random_identifier, 0.1.12, "New BSD" +rex-random_identifier, 0.1.13, "New BSD" rex-registry, 0.1.5, "New BSD" rex-rop_builder, 0.1.5, "New BSD" rex-socket, 0.1.57, "New BSD" @@ -181,7 +181,7 @@ ruby-prof, 1.4.2, "Simplified BSD" ruby-progressbar, 1.13.0, MIT ruby-rc4, 0.1.5, MIT ruby2_keywords, 0.0.5, "ruby, Simplified BSD" -ruby_smb, 3.3.10, "New BSD" +ruby_smb, 3.3.11, "New BSD" rubyntlm, 0.6.5, MIT rubyzip, 2.3.2, "Simplified BSD" sawyer, 0.9.2, MIT diff --git a/lib/metasploit/framework/version.rb b/lib/metasploit/framework/version.rb index 97d2874ee2e3..68a20ce25ab5 100644 --- a/lib/metasploit/framework/version.rb +++ b/lib/metasploit/framework/version.rb @@ -32,7 +32,7 @@ def self.get_hash end end - VERSION = "6.4.37" + VERSION = "6.4.38" MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i } PRERELEASE = 'dev' HASH = get_hash