diff --git a/Gemfile.lock b/Gemfile.lock index a03fc33b65..2b114786be 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - metasploit-framework (6.4.128) + metasploit-framework (6.4.129) aarch64 abbrev actionpack (~> 7.2.0) diff --git a/LICENSE_GEMS b/LICENSE_GEMS index a7ab052ee2..bf6f77d2d5 100644 --- a/LICENSE_GEMS +++ b/LICENSE_GEMS @@ -97,7 +97,7 @@ memory_profiler, 1.1.0, MIT metasm, 1.0.5, LGPL-2.1 metasploit-concern, 5.0.5, "New BSD" metasploit-credential, 6.0.21, "New BSD" -metasploit-framework, 6.4.128, "New BSD" +metasploit-framework, 6.4.129, "New BSD" metasploit-model, 5.0.4, "New BSD" metasploit-payloads, 2.0.245, "3-clause (or ""modified"") BSD" metasploit_data_models, 6.0.15, "New BSD" diff --git a/lib/metasploit/framework/version.rb b/lib/metasploit/framework/version.rb index f79bd19696..fe7e7f28da 100644 --- a/lib/metasploit/framework/version.rb +++ b/lib/metasploit/framework/version.rb @@ -32,7 +32,7 @@ module Metasploit end end - VERSION = "6.4.128" + VERSION = "6.4.129" MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i } PRERELEASE = 'dev' HASH = get_hash