Bump version of framework to 4.13.22

This commit is contained in:
Metasploit 2017-02-10 10:02:43 -08:00
parent 026f6eb715
commit 44d229ad49
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
metasploit-framework (4.13.21) metasploit-framework (4.13.22)
actionpack (~> 4.2.6) actionpack (~> 4.2.6)
activerecord (~> 4.2.6) activerecord (~> 4.2.6)
activesupport (~> 4.2.6) activesupport (~> 4.2.6)
@ -232,7 +232,7 @@ GEM
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0) thor (>= 0.18.1, < 2.0)
rake (12.0.0) rake (12.0.0)
rb-readline (0.5.3) rb-readline (0.5.4)
recog (2.1.4) recog (2.1.4)
nokogiri nokogiri
redcarpet (3.4.0) redcarpet (3.4.0)
@ -301,7 +301,7 @@ GEM
rspec-support (~> 3.5.0) rspec-support (~> 3.5.0)
rspec-support (3.5.0) rspec-support (3.5.0)
rubyntlm (0.6.1) rubyntlm (0.6.1)
rubyzip (1.2.0) rubyzip (1.2.1)
sawyer (0.8.1) sawyer (0.8.1)
addressable (>= 2.3.5, < 2.6) addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0) faraday (~> 0.8, < 1.0)

View File

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