Bump version of framework to 5.0.9

GSoC/Meterpreter_Web_Console
Metasploit 2019-02-21 21:30:00 -08:00
parent 885259f58a
commit 3871e45196
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
3 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
metasploit-framework (5.0.8) metasploit-framework (5.0.9)
actionpack (~> 4.2.6) actionpack (~> 4.2.6)
activerecord (~> 4.2.6) activerecord (~> 4.2.6)
activesupport (~> 4.2.6) activesupport (~> 4.2.6)
@ -154,7 +154,7 @@ GEM
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
jsobfu (0.4.2) jsobfu (0.4.2)
rkelly-remix rkelly-remix
json (2.1.0) json (2.2.0)
loofah (2.2.3) loofah (2.2.3)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)

View File

@ -39,12 +39,12 @@ hashery, 2.1.2, "Simplified BSD"
http_parser.rb, 0.6.0, MIT http_parser.rb, 0.6.0, MIT
i18n, 0.9.5, MIT i18n, 0.9.5, MIT
jsobfu, 0.4.2, "New BSD" jsobfu, 0.4.2, "New BSD"
json, 2.1.0, ruby json, 2.2.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.3, "New BSD" metasploit-credential, 3.0.3, "New BSD"
metasploit-framework, 5.0.8, "New BSD" metasploit-framework, 5.0.9, "New BSD"
metasploit-model, 2.0.4, "New BSD" metasploit-model, 2.0.4, "New BSD"
metasploit-payloads, 1.3.62, "3-clause (or ""modified"") BSD" metasploit-payloads, 1.3.62, "3-clause (or ""modified"") BSD"
metasploit_data_models, 3.0.5, "New BSD" metasploit_data_models, 3.0.5, "New BSD"

View File

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