Bump version of framework to 4.16.24

This commit is contained in:
Metasploit 2017-12-14 10:08:05 -08:00
parent 9ea7747a5c
commit be4f9236f2
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.23)
metasploit-framework (4.16.24)
actionpack (~> 4.2.6)
activerecord (~> 4.2.6)
activesupport (~> 4.2.6)
@ -247,7 +247,7 @@ GEM
rb-readline (0.5.5)
rbnacl (4.0.2)
ffi
rbnacl-libsodium (1.0.15.1)
rbnacl-libsodium (1.0.16)
rbnacl (>= 3.0.1)
recog (2.1.17)
nokogiri

View File

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