Bump version of framework to 6.4.10

This commit is contained in:
Metasploit 2024-05-16 03:39:08 -05:00
parent 306c66e12e
commit e3fdfd6c71
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.4.9)
metasploit-framework (6.4.10)
actionpack (~> 7.0.0)
activerecord (~> 7.0.0)
activesupport (~> 7.0.0)

View File

@ -81,7 +81,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.9, "New BSD"
metasploit-framework, 6.4.9, "New BSD"
metasploit-framework, 6.4.10, "New BSD"
metasploit-model, 5.0.2, "New BSD"
metasploit-payloads, 2.0.166, "3-clause (or ""modified"") BSD"
metasploit_data_models, 6.0.3, "New BSD"
@ -139,7 +139,7 @@ reline, 0.5.2, ruby
require_all, 3.0.0, MIT
rex-arch, 0.1.15, "New BSD"
rex-bin_tools, 0.1.9, "New BSD"
rex-core, 0.1.31, "New BSD"
rex-core, 0.1.32, "New BSD"
rex-encoder, 0.1.7, "New BSD"
rex-exploitation, 0.1.39, "New BSD"
rex-java, 0.1.7, "New BSD"

View File

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