From 39da40e4b533bd55e2479f3d44cd9fe41b140b60 Mon Sep 17 00:00:00 2001 From: Metasploit Date: Thu, 17 Nov 2022 12:21:32 -0600 Subject: [PATCH] Bump version of framework to 6.2.28 --- 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 a80581aee5..131aff1a56 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - metasploit-framework (6.2.27) + metasploit-framework (6.2.28) actionpack (~> 6.0) activerecord (~> 6.0) activesupport (~> 6.0) diff --git a/LICENSE_GEMS b/LICENSE_GEMS index 7303ebb708..a1f6c4b6f6 100644 --- a/LICENSE_GEMS +++ b/LICENSE_GEMS @@ -70,7 +70,7 @@ memory_profiler, 1.0.0, MIT metasm, 1.0.5, LGPL-2.1 metasploit-concern, 4.0.5, "New BSD" metasploit-credential, 5.0.9, "New BSD" -metasploit-framework, 6.2.27, "New BSD" +metasploit-framework, 6.2.28, "New BSD" metasploit-model, 4.0.6, "New BSD" metasploit-payloads, 2.0.101, "3-clause (or ""modified"") BSD" metasploit_data_models, 5.0.5, "New BSD" diff --git a/lib/metasploit/framework/version.rb b/lib/metasploit/framework/version.rb index b9c8cb3eaa..dfd9f99d1b 100644 --- a/lib/metasploit/framework/version.rb +++ b/lib/metasploit/framework/version.rb @@ -30,7 +30,7 @@ module Metasploit end end - VERSION = "6.2.27" + VERSION = "6.2.28" MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i } PRERELEASE = 'dev' HASH = get_hash