Bump version of framework to 6.2.9

This commit is contained in:
Metasploit 2022-07-21 12:06:12 -05:00
parent d1f6433a77
commit c4a245640e
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.8)
metasploit-framework (6.2.9)
actionpack (~> 6.0)
activerecord (~> 6.0)
activesupport (~> 6.0)

View File

@ -70,7 +70,7 @@ memory_profiler, 1.0.0, MIT
metasm, 1.0.5, LGPL-2.1
metasploit-concern, 4.0.4, "New BSD"
metasploit-credential, 5.0.7, "New BSD"
metasploit-framework, 6.2.8, "New BSD"
metasploit-framework, 6.2.9, "New BSD"
metasploit-model, 4.0.4, "New BSD"
metasploit-payloads, 2.0.94, "3-clause (or ""modified"") BSD"
metasploit_data_models, 5.0.5, "New BSD"
@ -125,7 +125,7 @@ rex-arch, 0.1.14, "New BSD"
rex-bin_tools, 0.1.8, "New BSD"
rex-core, 0.1.28, "New BSD"
rex-encoder, 0.1.6, "New BSD"
rex-exploitation, 0.1.31, "New BSD"
rex-exploitation, 0.1.33, "New BSD"
rex-java, 0.1.6, "New BSD"
rex-mime, 0.1.7, "New BSD"
rex-nop, 0.1.2, "New BSD"

View File

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