Bump version of framework to 4.16.65

4.x
Metasploit 2018-06-28 10:04:27 -07:00
parent 75d305eef0
commit 9486aadf64
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.64) metasploit-framework (4.16.65)
actionpack (~> 4.2.6) actionpack (~> 4.2.6)
activerecord (~> 4.2.6) activerecord (~> 4.2.6)
activesupport (~> 4.2.6) activesupport (~> 4.2.6)
@ -222,7 +222,7 @@ GEM
thor (>= 0.18.1, < 2.0) thor (>= 0.18.1, < 2.0)
rake (12.3.1) rake (12.3.1)
rb-readline (0.5.5) rb-readline (0.5.5)
recog (2.1.19) recog (2.1.20)
nokogiri nokogiri
redcarpet (3.4.0) redcarpet (3.4.0)
rex-arch (0.1.13) rex-arch (0.1.13)
@ -297,7 +297,7 @@ GEM
rspec-support (3.7.1) rspec-support (3.7.1)
ruby-macho (1.2.0) ruby-macho (1.2.0)
ruby-rc4 (0.1.5) ruby-rc4 (0.1.5)
ruby_smb (1.0.1) ruby_smb (1.0.2)
bindata bindata
rubyntlm rubyntlm
windows_error windows_error
@ -346,4 +346,4 @@ DEPENDENCIES
yard yard
BUNDLED WITH BUNDLED WITH
1.16.1 1.16.2

View File

@ -30,7 +30,7 @@ module Metasploit
end end
end end
VERSION = "4.16.64" VERSION = "4.16.65"
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