Bump version of framework to 4.13.4

bug/bundler_fix
Metasploit 2016-12-02 10:02:53 -08:00
parent 374763e991
commit 76db530a86
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
metasploit-framework (4.13.3)
metasploit-framework (4.13.4)
actionpack (~> 4.2.6)
activerecord (~> 4.2.6)
activesupport (~> 4.2.6)
@ -104,7 +104,7 @@ GEM
bcrypt (3.1.11)
bit-struct (0.15.0)
builder (3.2.2)
capybara (2.10.1)
capybara (2.10.2)
addressable
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
@ -170,7 +170,7 @@ GEM
activesupport (~> 4.2.6)
railties (~> 4.2.6)
metasploit-payloads (1.2.1)
metasploit_data_models (2.0.9)
metasploit_data_models (2.0.10)
activerecord (~> 4.2.6)
activesupport (~> 4.2.6)
arel-helpers
@ -186,7 +186,7 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_portile2 (2.1.0)
minitest (5.9.1)
minitest (5.10.1)
msgpack (1.0.2)
multi_json (1.12.1)
multi_test (0.1.2)
@ -234,7 +234,7 @@ GEM
thor (>= 0.18.1, < 2.0)
rake (11.3.0)
rb-readline-r7 (0.5.2.0)
recog (2.1.0)
recog (2.1.2)
nokogiri
redcarpet (3.3.4)
rex-arch (0.1.2)

View File

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