From 5e2fab24efb826bc77362ceb0a38a38305d8d90d Mon Sep 17 00:00:00 2001 From: Metasploit Date: Thu, 3 Oct 2024 03:42:02 -0500 Subject: [PATCH] Bump version of framework to 6.4.30 --- Gemfile.lock | 2 +- LICENSE_GEMS | 4 ++-- lib/metasploit/framework/version.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c9f04c9483a7..3779beb3ba3f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - metasploit-framework (6.4.29) + metasploit-framework (6.4.30) aarch64 abbrev actionpack (~> 7.0.0) diff --git a/LICENSE_GEMS b/LICENSE_GEMS index 55fe4393efac..90200a10ed5e 100644 --- a/LICENSE_GEMS +++ b/LICENSE_GEMS @@ -31,7 +31,7 @@ bindata, 2.4.15, "Simplified BSD" bootsnap, 1.18.3, MIT bson, 5.0.0, "Apache 2.0" builder, 3.3.0, MIT -bundler, 2.5.20, MIT +bundler, 2.5.10, MIT byebug, 11.1.3, "Simplified BSD" chunky_png, 1.4.0, MIT coderay, 1.1.3, MIT @@ -86,7 +86,7 @@ memory_profiler, 1.0.1, MIT metasm, 1.0.5, LGPL-2.1 metasploit-concern, 5.0.2, "New BSD" metasploit-credential, 6.0.9, "New BSD" -metasploit-framework, 6.4.29, "New BSD" +metasploit-framework, 6.4.30, "New BSD" metasploit-model, 5.0.2, "New BSD" metasploit-payloads, 2.0.166, "3-clause (or ""modified"") BSD" metasploit_data_models, 6.0.3, "New BSD" diff --git a/lib/metasploit/framework/version.rb b/lib/metasploit/framework/version.rb index 0cfed693b5bb..b8c81bb24476 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.29" + VERSION = "6.4.30" MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i } PRERELEASE = 'dev' HASH = get_hash