Bump version of framework to 5.0.6

GSoC/Meterpreter_Web_Console
Metasploit 2019-02-07 10:04:24 -08:00
parent 0e8b52fd35
commit 127c891950
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
3 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
metasploit-framework (5.0.5) metasploit-framework (5.0.6)
actionpack (~> 4.2.6) actionpack (~> 4.2.6)
activerecord (~> 4.2.6) activerecord (~> 4.2.6)
activesupport (~> 4.2.6) activesupport (~> 4.2.6)

View File

@ -43,12 +43,12 @@ json, 2.1.0, ruby
loofah, 2.2.3, MIT loofah, 2.2.3, MIT
metasm, 1.0.3, LGPL metasm, 1.0.3, LGPL
metasploit-concern, 2.0.5, "New BSD" metasploit-concern, 2.0.5, "New BSD"
metasploit-credential, 3.0.2, "New BSD" metasploit-credential, 3.0.3, "New BSD"
metasploit-framework, 5.0.5, "New BSD" metasploit-framework, 5.0.6, "New BSD"
metasploit-model, 2.0.4, "New BSD" metasploit-model, 2.0.4, "New BSD"
metasploit-payloads, 1.3.58, "3-clause (or ""modified"") BSD" metasploit-payloads, 1.3.61, "3-clause (or ""modified"") BSD"
metasploit_data_models, 3.0.4, "New BSD" metasploit_data_models, 3.0.5, "New BSD"
metasploit_payloads-mettle, 0.5.4, "3-clause (or ""modified"") BSD" metasploit_payloads-mettle, 0.5.7, "3-clause (or ""modified"") BSD"
method_source, 0.9.2, MIT method_source, 0.9.2, MIT
mini_portile2, 2.4.0, MIT mini_portile2, 2.4.0, MIT
minitest, 5.11.3, MIT minitest, 5.11.3, MIT

View File

@ -30,7 +30,7 @@ module Metasploit
end end
end end
VERSION = "5.0.5" VERSION = "5.0.6"
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