Bump version of framework to 4.16.16

This commit is contained in:
Metasploit 2017-11-03 10:03:38 -07:00
parent a14102083c
commit deb5a7b015
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
metasploit-framework (4.16.15)
metasploit-framework (4.16.16)
actionpack (~> 4.2.6)
activerecord (~> 4.2.6)
activesupport (~> 4.2.6)
@ -143,7 +143,7 @@ GEM
googleapis-common-protos-types (~> 1.0.0)
googleauth (>= 0.5.1, < 0.7)
hashery (2.1.2)
i18n (0.9.0)
i18n (0.9.1)
concurrent-ruby (~> 1.0)
jsobfu (0.4.2)
rkelly-remix

View File

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