Bump version of framework to 4.14.20

bug/bundler_fix
Metasploit 2017-05-18 11:53:33 -07:00
parent 02211db664
commit 126c078ced
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
2 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@ GIT
PATH PATH
remote: . remote: .
specs: specs:
metasploit-framework (4.14.19) metasploit-framework (4.14.20)
actionpack (~> 4.2.6) actionpack (~> 4.2.6)
activerecord (~> 4.2.6) activerecord (~> 4.2.6)
activesupport (~> 4.2.6) activesupport (~> 4.2.6)
@ -258,7 +258,7 @@ GEM
arel (>= 4.0.1) arel (>= 4.0.1)
pg_array_parser (~> 0.0.9) pg_array_parser (~> 0.0.9)
public_suffix (2.0.5) public_suffix (2.0.5)
rack (1.6.7) rack (1.6.8)
rack-test (0.6.3) rack-test (0.6.3)
rack (>= 1.0) rack (>= 1.0)
rails-deprecated_sanitizer (1.0.3) rails-deprecated_sanitizer (1.0.3)
@ -276,7 +276,7 @@ GEM
thor (>= 0.18.1, < 2.0) thor (>= 0.18.1, < 2.0)
rake (12.0.0) rake (12.0.0)
rb-readline (0.5.4) rb-readline (0.5.4)
recog (2.1.6) recog (2.1.7)
nokogiri nokogiri
redcarpet (3.4.0) redcarpet (3.4.0)
rex-arch (0.1.4) rex-arch (0.1.4)
@ -363,7 +363,7 @@ GEM
docile (~> 1.1.0) docile (~> 1.1.0)
json (>= 1.8, < 3) json (>= 1.8, < 3)
simplecov-html (~> 0.10.0) simplecov-html (~> 0.10.0)
simplecov-html (0.10.0) simplecov-html (0.10.1)
sqlite3 (1.3.13) sqlite3 (1.3.13)
sshkey (1.9.0) sshkey (1.9.0)
thor (0.19.4) thor (0.19.4)

View File

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