Bump version of framework to 4.16.21

MS-2855/keylogger-mettle-extension
Metasploit 2017-11-29 10:45:55 -08:00
parent c695828361
commit 174d0d46de
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
metasploit-framework (4.16.20) metasploit-framework (4.16.21)
actionpack (~> 4.2.6) actionpack (~> 4.2.6)
activerecord (~> 4.2.6) activerecord (~> 4.2.6)
activesupport (~> 4.2.6) activesupport (~> 4.2.6)
@ -249,7 +249,7 @@ GEM
ffi ffi
rbnacl-libsodium (1.0.15.1) rbnacl-libsodium (1.0.15.1)
rbnacl (>= 3.0.1) rbnacl (>= 3.0.1)
recog (2.1.16) recog (2.1.17)
nokogiri nokogiri
redcarpet (3.4.0) redcarpet (3.4.0)
rex-arch (0.1.13) rex-arch (0.1.13)
@ -265,7 +265,7 @@ GEM
metasm metasm
rex-arch rex-arch
rex-text rex-text
rex-exploitation (0.1.15) rex-exploitation (0.1.16)
jsobfu jsobfu
metasm metasm
rex-arch rex-arch
@ -357,7 +357,7 @@ GEM
activemodel (>= 4.2.7) activemodel (>= 4.2.7)
activesupport (>= 4.2.7) activesupport (>= 4.2.7)
xmlrpc (0.3.0) xmlrpc (0.3.0)
yard (0.9.11) yard (0.9.12)
PLATFORMS PLATFORMS
ruby ruby

View File

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