Merge released '4.x' into master

This commit is contained in:
Jeffrey Martin 2017-11-29 10:27:42 -06:00
commit e73ba0b3ca
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
metasploit-framework (4.16.19)
metasploit-framework (4.16.20)
actionpack (~> 4.2.6)
activerecord (~> 4.2.6)
activesupport (~> 4.2.6)
@ -311,7 +311,7 @@ GEM
rspec-mocks (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-rails (3.7.1)
rspec-rails (3.7.2)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
@ -357,7 +357,7 @@ GEM
activemodel (>= 4.2.7)
activesupport (>= 4.2.7)
xmlrpc (0.3.0)
yard (0.9.9)
yard (0.9.11)
PLATFORMS
ruby

View File

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