Bump version of framework to 5.0.13

master
Metasploit 2019-03-19 08:17:20 -07:00
parent bdb8d3b9e6
commit 59046eba20
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 (5.0.12)
metasploit-framework (5.0.13)
actionpack (~> 4.2.6)
activerecord (~> 4.2.6)
activesupport (~> 4.2.6)

View File

@ -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.3, "New BSD"
metasploit-framework, 5.0.12, "New BSD"
metasploit-framework, 5.0.13, "New BSD"
metasploit-model, 2.0.4, "New BSD"
metasploit-payloads, 1.3.62, "3-clause (or ""modified"") BSD"
metasploit_data_models, 3.0.8, "New BSD"

View File

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