Bump version of framework to 4.14.21

bug/bundler_fix
Metasploit 2017-05-19 10:02:32 -07:00
parent 22828fcc0f
commit c54c999efc
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
2 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ GIT
PATH PATH
remote: . remote: .
specs: specs:
metasploit-framework (4.14.20) metasploit-framework (4.14.21)
actionpack (~> 4.2.6) actionpack (~> 4.2.6)
activerecord (~> 4.2.6) activerecord (~> 4.2.6)
activesupport (~> 4.2.6) activesupport (~> 4.2.6)
@ -404,4 +404,4 @@ DEPENDENCIES
yard yard
BUNDLED WITH BUNDLED WITH
1.14.6 1.15.0

View File

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