Bump version of framework to 4.14.19

This commit is contained in:
Metasploit 2017-05-16 14:09:45 -07:00
parent 6d81ca4208
commit 729f2a9ab8
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
2 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@ GIT
PATH PATH
remote: . remote: .
specs: specs:
metasploit-framework (4.14.18) metasploit-framework (4.14.19)
actionpack (~> 4.2.6) actionpack (~> 4.2.6)
activerecord (~> 4.2.6) activerecord (~> 4.2.6)
activesupport (~> 4.2.6) activesupport (~> 4.2.6)
@ -117,7 +117,7 @@ GEM
addressable (2.5.1) addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2) public_suffix (~> 2.0, >= 2.0.2)
arel (6.0.4) arel (6.0.4)
arel-helpers (2.3.0) arel-helpers (2.4.0)
activerecord (>= 3.1.0, < 6) activerecord (>= 3.1.0, < 6)
aruba (0.14.2) aruba (0.14.2)
childprocess (~> 0.5.6) childprocess (~> 0.5.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.6) rack (1.6.7)
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)

View File

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