Bump version of framework to 5.0.5

GSoC/Meterpreter_Web_Console
Metasploit 2019-02-01 13:44:12 -08:00
parent bb850f7b51
commit 804c441425
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
3 changed files with 10 additions and 10 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
metasploit-framework (5.0.4)
metasploit-framework (5.0.5)
actionpack (~> 4.2.6)
activerecord (~> 4.2.6)
activesupport (~> 4.2.6)
@ -137,11 +137,11 @@ GEM
eventmachine (>= 1.0.0.beta.4)
erubis (2.7.0)
eventmachine (1.2.7)
factory_bot (4.11.1)
activesupport (>= 3.0.0)
factory_bot_rails (4.11.1)
factory_bot (~> 4.11.1)
railties (>= 3.0.0)
factory_bot (5.0.0)
activesupport (>= 4.2.0)
factory_bot_rails (5.0.0)
factory_bot (~> 5.0.0)
railties (>= 4.2.0)
faker (1.9.1)
i18n (>= 0.7)
faraday (0.15.4)

View File

@ -29,8 +29,8 @@ em-http-request, 1.1.5, MIT
em-socksify, 0.3.2, MIT
erubis, 2.7.0, MIT
eventmachine, 1.2.7, "ruby, GPL-2.0"
factory_bot, 4.11.1, MIT
factory_bot_rails, 4.11.1, MIT
factory_bot, 5.0.0, MIT
factory_bot_rails, 5.0.0, MIT
faker, 1.9.1, MIT
faraday, 0.15.4, MIT
filesize, 0.2.0, MIT
@ -44,7 +44,7 @@ loofah, 2.2.3, MIT
metasm, 1.0.3, LGPL
metasploit-concern, 2.0.5, "New BSD"
metasploit-credential, 3.0.2, "New BSD"
metasploit-framework, 5.0.4, "New BSD"
metasploit-framework, 5.0.5, "New BSD"
metasploit-model, 2.0.4, "New BSD"
metasploit-payloads, 1.3.58, "3-clause (or ""modified"") BSD"
metasploit_data_models, 3.0.4, "New BSD"

View File

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