Bump version of framework to 4.16.32
parent
4b225c30fd
commit
18f16e7c66
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
metasploit-framework (4.16.31)
|
||||
metasploit-framework (4.16.32)
|
||||
actionpack (~> 4.2.6)
|
||||
activerecord (~> 4.2.6)
|
||||
activesupport (~> 4.2.6)
|
||||
|
@ -141,7 +141,7 @@ GEM
|
|||
multi_json (~> 1.11)
|
||||
os (~> 0.9)
|
||||
signet (~> 0.7)
|
||||
grpc (1.8.0)
|
||||
grpc (1.8.3)
|
||||
google-protobuf (~> 3.1)
|
||||
googleapis-common-protos-types (~> 1.0.0)
|
||||
googleauth (>= 0.5.1, < 0.7)
|
||||
|
@ -197,8 +197,8 @@ GEM
|
|||
mini_portile2 (2.3.0)
|
||||
minitest (5.11.1)
|
||||
mqtt (0.5.0)
|
||||
msgpack (1.2.0)
|
||||
multi_json (1.12.2)
|
||||
msgpack (1.2.2)
|
||||
multi_json (1.13.1)
|
||||
multipart-post (2.0.0)
|
||||
nessus_rest (0.1.6)
|
||||
net-ssh (4.2.0)
|
||||
|
|
|
@ -30,7 +30,7 @@ module Metasploit
|
|||
end
|
||||
end
|
||||
|
||||
VERSION = "4.16.31"
|
||||
VERSION = "4.16.32"
|
||||
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
|
||||
PRERELEASE = 'dev'
|
||||
HASH = get_hash
|
||||
|
|
Loading…
Reference in New Issue