Bump version of framework to 4.14.6

bug/bundler_fix
Metasploit 2017-03-24 10:02:24 -07:00
parent dfaec8bf3a
commit 51646e44a1
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
metasploit-framework (4.14.5) metasploit-framework (4.14.6)
actionpack (~> 4.2.6) actionpack (~> 4.2.6)
activerecord (~> 4.2.6) activerecord (~> 4.2.6)
activesupport (~> 4.2.6) activesupport (~> 4.2.6)
@ -348,7 +348,7 @@ GEM
timecop (0.8.1) timecop (0.8.1)
tzinfo (1.2.2) tzinfo (1.2.2)
thread_safe (~> 0.1) thread_safe (~> 0.1)
tzinfo-data (1.2017.1) tzinfo-data (1.2017.2)
tzinfo (>= 1.0.0) tzinfo (>= 1.0.0)
windows_error (0.1.1) windows_error (0.1.1)
xpath (2.0.0) xpath (2.0.0)

View File

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