From 2355ab546d02bfee99183083b12c6953836c12a1 Mon Sep 17 00:00:00 2001 From: Metasploit Date: Thu, 12 Dec 2024 03:32:50 -0600 Subject: [PATCH] Bump version of framework to 6.4.41 --- Gemfile.lock | 2 +- LICENSE_GEMS | 2 +- lib/metasploit/framework/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0e318a035550..4163cd5f8163 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - metasploit-framework (6.4.40) + metasploit-framework (6.4.41) aarch64 abbrev actionpack (~> 7.0.0) diff --git a/LICENSE_GEMS b/LICENSE_GEMS index 5b6fdf855ec6..45a1ba95fd41 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.40, "New BSD" +metasploit-framework, 6.4.41, "New BSD" metasploit-model, 5.0.2, "New BSD" metasploit-payloads, 2.0.189, "3-clause (or ""modified"") BSD" metasploit_data_models, 6.0.5, "New BSD" diff --git a/lib/metasploit/framework/version.rb b/lib/metasploit/framework/version.rb index b7387ccd3b54..8e12d3306a79 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.40" + VERSION = "6.4.41" MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i } PRERELEASE = 'dev' HASH = get_hash