Bump version of framework to 6.3.15

This commit is contained in:
Metasploit 2023-04-27 12:03:50 -05:00
parent 4d98499766
commit 601d9cef96
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.3.14)
metasploit-framework (6.3.15)
actionpack (~> 7.0)
activerecord (~> 7.0)
activesupport (~> 7.0)

View File

@ -72,9 +72,9 @@ memory_profiler, 1.0.1, MIT
metasm, 1.0.5, LGPL-2.1
metasploit-concern, 5.0.1, "New BSD"
metasploit-credential, 6.0.4, "New BSD"
metasploit-framework, 6.3.14, "New BSD"
metasploit-framework, 6.3.15, "New BSD"
metasploit-model, 5.0.1, "New BSD"
metasploit-payloads, 2.0.126, "3-clause (or ""modified"") BSD"
metasploit-payloads, 2.0.127, "3-clause (or ""modified"") BSD"
metasploit_data_models, 6.0.2, "New BSD"
metasploit_payloads-mettle, 1.0.20, "3-clause (or ""modified"") BSD"
method_source, 1.0.0, MIT

View File

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