Bump version of framework to 4.17.48

4.x
Metasploit 2019-03-19 08:13:58 -07:00
parent 69f3c56611
commit 400e1ddeff
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -38,7 +38,7 @@ loofah, 2.2.3, MIT
metasm, 1.0.3, LGPL
metasploit-concern, 2.0.5, "New BSD"
metasploit-credential, 2.0.14, "New BSD"
metasploit-framework, 4.17.47, "New BSD"
metasploit-framework, 4.17.48, "New BSD"
metasploit-model, 2.0.4, "New BSD"
metasploit-payloads, 1.3.62, "3-clause (or ""modified"") BSD"
metasploit_data_models, 2.0.17, "New BSD"

View File

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