Bump version of framework to 6.2.23

This commit is contained in:
Metasploit 2022-10-13 12:15:51 -05:00
parent be2f9684ec
commit 8e08189921
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -71,7 +71,7 @@ memory_profiler, 1.0.0, MIT
metasm, 1.0.5, LGPL-2.1 metasm, 1.0.5, LGPL-2.1
metasploit-concern, 4.0.5, "New BSD" metasploit-concern, 4.0.5, "New BSD"
metasploit-credential, 5.0.9, "New BSD" metasploit-credential, 5.0.9, "New BSD"
metasploit-framework, 6.2.22, "New BSD" metasploit-framework, 6.2.23, "New BSD"
metasploit-model, 4.0.6, "New BSD" metasploit-model, 4.0.6, "New BSD"
metasploit-payloads, 2.0.97, "3-clause (or ""modified"") BSD" metasploit-payloads, 2.0.97, "3-clause (or ""modified"") BSD"
metasploit_data_models, 5.0.5, "New BSD" metasploit_data_models, 5.0.5, "New BSD"

View File

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