Skip to content

Commit 76db530

Browse files
committed
Bump version of framework to 4.13.4
1 parent 374763e commit 76db530

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (4.13.3)
4+
metasploit-framework (4.13.4)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -104,7 +104,7 @@ GEM
104104
bcrypt (3.1.11)
105105
bit-struct (0.15.0)
106106
builder (3.2.2)
107-
capybara (2.10.1)
107+
capybara (2.10.2)
108108
addressable
109109
mime-types (>= 1.16)
110110
nokogiri (>= 1.3.3)
@@ -170,7 +170,7 @@ GEM
170170
activesupport (~> 4.2.6)
171171
railties (~> 4.2.6)
172172
metasploit-payloads (1.2.1)
173-
metasploit_data_models (2.0.9)
173+
metasploit_data_models (2.0.10)
174174
activerecord (~> 4.2.6)
175175
activesupport (~> 4.2.6)
176176
arel-helpers
@@ -186,7 +186,7 @@ GEM
186186
mime-types-data (~> 3.2015)
187187
mime-types-data (3.2016.0521)
188188
mini_portile2 (2.1.0)
189-
minitest (5.9.1)
189+
minitest (5.10.1)
190190
msgpack (1.0.2)
191191
multi_json (1.12.1)
192192
multi_test (0.1.2)
@@ -234,7 +234,7 @@ GEM
234234
thor (>= 0.18.1, < 2.0)
235235
rake (11.3.0)
236236
rb-readline-r7 (0.5.2.0)
237-
recog (2.1.0)
237+
recog (2.1.2)
238238
nokogiri
239239
redcarpet (3.3.4)
240240
rex-arch (0.1.2)

lib/metasploit/framework/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def self.get_hash
3030
end
3131
end
3232

33-
VERSION = "4.13.3"
33+
VERSION = "4.13.4"
3434
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3535
PRERELEASE = 'dev'
3636
HASH = get_hash

0 commit comments

Comments
 (0)