Bump version of framework to 4.13.9

bug/bundler_fix
Metasploit 2016-12-18 13:22:52 -08:00
parent 2e198ae2a8
commit 3a998fada2
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
metasploit-framework (4.13.8)
metasploit-framework (4.13.9)
actionpack (~> 4.2.6)
activerecord (~> 4.2.6)
activesupport (~> 4.2.6)
@ -135,10 +135,10 @@ GEM
diff-lcs (1.2.5)
docile (1.1.5)
erubis (2.7.0)
factory_girl (4.7.0)
factory_girl (4.8.0)
activesupport (>= 3.0.0)
factory_girl_rails (4.7.0)
factory_girl (~> 4.7.0)
factory_girl_rails (4.8.0)
factory_girl (~> 4.8.0)
railties (>= 3.0.0)
faraday (0.10.0)
multipart-post (>= 1.2, < 3)

View File

@ -30,7 +30,7 @@ module Metasploit
end
end
VERSION = "4.13.8"
VERSION = "4.13.9"
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
PRERELEASE = 'dev'
HASH = get_hash