Bump version of framework to 5.0.29

This commit is contained in:
Metasploit 2019-06-07 09:03:32 -07:00
parent 5aed1f7dfe
commit da6a225ef8
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.28)
metasploit-framework (5.0.29)
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.4, LGPL-2.1
metasploit-concern, 2.0.5, "New BSD"
metasploit-credential, 3.0.3, "New BSD"
metasploit-framework, 5.0.28, "New BSD"
metasploit-framework, 5.0.29, "New BSD"
metasploit-model, 2.0.4, "New BSD"
metasploit-payloads, 1.3.70, "3-clause (or ""modified"") BSD"
metasploit_data_models, 3.0.10, "New BSD"

View File

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