Bump version of framework to 6.2.22

This commit is contained in:
Metasploit 2022-10-06 12:10:14 -05:00
parent fc6cdd2a92
commit edfc68a809
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
metasploit-framework (6.2.21)
metasploit-framework (6.2.22)
actionpack (~> 6.0)
activerecord (~> 6.0)
activesupport (~> 6.0)

View File

@ -71,9 +71,9 @@ 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.21, "New BSD"
metasploit-framework, 6.2.22, "New BSD"
metasploit-model, 4.0.6, "New BSD"
metasploit-payloads, 2.0.96, "3-clause (or ""modified"") BSD"
metasploit-payloads, 2.0.97, "3-clause (or ""modified"") BSD"
metasploit_data_models, 5.0.5, "New BSD"
metasploit_payloads-mettle, 1.0.20, "3-clause (or ""modified"") BSD"
method_source, 1.0.0, MIT

View File

@ -30,7 +30,7 @@ module Metasploit
end
end
VERSION = "6.2.21"
VERSION = "6.2.22"
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
PRERELEASE = 'dev'
HASH = get_hash