Skip to content

Commit 78872be

Browse files
committed
Merge released '4.x'
2 parents 65f444d + d4de9ee commit 78872be

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.16.29)
4+
metasploit-framework (4.16.30)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -130,7 +130,7 @@ GEM
130130
ffi (1.9.18)
131131
filesize (0.1.1)
132132
fivemat (1.3.5)
133-
google-protobuf (3.5.0)
133+
google-protobuf (3.5.1)
134134
googleapis-common-protos-types (1.0.1)
135135
google-protobuf (~> 3.0)
136136
googleauth (0.6.2)
@@ -195,7 +195,7 @@ GEM
195195
metasploit_payloads-mettle (0.3.3)
196196
method_source (0.9.0)
197197
mini_portile2 (2.3.0)
198-
minitest (5.10.3)
198+
minitest (5.11.1)
199199
mqtt (0.5.0)
200200
msgpack (1.2.0)
201201
multi_json (1.12.2)
@@ -297,15 +297,15 @@ GEM
297297
rex-socket
298298
rex-text
299299
rex-struct2 (0.1.2)
300-
rex-text (0.2.15)
300+
rex-text (0.2.16)
301301
rex-zip (0.1.3)
302302
rex-text
303303
rkelly-remix (0.0.7)
304304
rspec (3.7.0)
305305
rspec-core (~> 3.7.0)
306306
rspec-expectations (~> 3.7.0)
307307
rspec-mocks (~> 3.7.0)
308-
rspec-core (3.7.0)
308+
rspec-core (3.7.1)
309309
rspec-support (~> 3.7.0)
310310
rspec-expectations (3.7.0)
311311
diff-lcs (>= 1.2.0, < 2.0)

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.16.29"
33+
VERSION = "4.16.30"
3434
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3535
PRERELEASE = 'dev'
3636
HASH = get_hash

0 commit comments

Comments
 (0)