From 369c66a85e832477fccd993e5c7b5551005351b9 Mon Sep 17 00:00:00 2001 From: Metasploit Date: Thu, 26 Oct 2023 13:58:52 -0500 Subject: [PATCH] Bump version of framework to 6.3.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 73ec95e4c821..364bfdcdf3db 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - metasploit-framework (6.3.40) + metasploit-framework (6.3.41) actionpack (~> 7.0.0) activerecord (~> 7.0.0) activesupport (~> 7.0.0) diff --git a/LICENSE_GEMS b/LICENSE_GEMS index 180672142cd4..4e5ca66fbaaf 100644 --- a/LICENSE_GEMS +++ b/LICENSE_GEMS @@ -80,7 +80,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.6, "New BSD" -metasploit-framework, 6.3.40, "New BSD" +metasploit-framework, 6.3.41, "New BSD" metasploit-model, 5.0.2, "New BSD" metasploit-payloads, 2.0.156, "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 67c412097730..fe38742758e2 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.3.40" + VERSION = "6.3.41" MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i } PRERELEASE = 'dev' HASH = get_hash