Skip to content

Commit d4de9ee

Browse files
committed
Bump version of framework to 4.16.30
1 parent 70fbcc3 commit d4de9ee

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Gemfile.lock

Lines changed: 6 additions & 6 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)
@@ -127,7 +127,7 @@ GEM
127127
ffi (1.9.18)
128128
filesize (0.1.1)
129129
fivemat (1.3.5)
130-
google-protobuf (3.5.0)
130+
google-protobuf (3.5.1)
131131
googleapis-common-protos-types (1.0.1)
132132
google-protobuf (~> 3.0)
133133
googleauth (0.6.2)
@@ -192,7 +192,7 @@ GEM
192192
metasploit_payloads-mettle (0.3.3)
193193
method_source (0.9.0)
194194
mini_portile2 (2.3.0)
195-
minitest (5.10.3)
195+
minitest (5.11.1)
196196
mqtt (0.5.0)
197197
msgpack (1.2.0)
198198
multi_json (1.12.2)
@@ -287,22 +287,22 @@ GEM
287287
metasm
288288
rex-core
289289
rex-text
290-
rex-socket (0.1.9)
290+
rex-socket (0.1.10)
291291
rex-core
292292
rex-sslscan (0.1.5)
293293
rex-core
294294
rex-socket
295295
rex-text
296296
rex-struct2 (0.1.2)
297-
rex-text (0.2.15)
297+
rex-text (0.2.16)
298298
rex-zip (0.1.3)
299299
rex-text
300300
rkelly-remix (0.0.7)
301301
rspec (3.7.0)
302302
rspec-core (~> 3.7.0)
303303
rspec-expectations (~> 3.7.0)
304304
rspec-mocks (~> 3.7.0)
305-
rspec-core (3.7.0)
305+
rspec-core (3.7.1)
306306
rspec-support (~> 3.7.0)
307307
rspec-expectations (3.7.0)
308308
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)