Bump version of framework to 4.16.1

This commit is contained in:
Metasploit 2017-08-23 10:36:19 -07:00
parent 6edc0c8fd0
commit 7c2fa20191
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.0)
metasploit-framework (4.16.1)
actionpack (~> 4.2.6)
activerecord (~> 4.2.6)
activesupport (~> 4.2.6)
@ -221,7 +221,7 @@ GEM
ffi
rbnacl-libsodium (1.0.13)
rbnacl (>= 3.0.1)
recog (2.1.11)
recog (2.1.12)
nokogiri
redcarpet (3.4.0)
rex-arch (0.1.11)

View File

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