Skip to content

Commit 174d0d4

Browse files
committed
Bump version of framework to 4.16.21
1 parent c695828 commit 174d0d4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (4.16.20)
4+
metasploit-framework (4.16.21)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -249,7 +249,7 @@ GEM
249249
ffi
250250
rbnacl-libsodium (1.0.15.1)
251251
rbnacl (>= 3.0.1)
252-
recog (2.1.16)
252+
recog (2.1.17)
253253
nokogiri
254254
redcarpet (3.4.0)
255255
rex-arch (0.1.13)
@@ -265,7 +265,7 @@ GEM
265265
metasm
266266
rex-arch
267267
rex-text
268-
rex-exploitation (0.1.15)
268+
rex-exploitation (0.1.16)
269269
jsobfu
270270
metasm
271271
rex-arch
@@ -357,7 +357,7 @@ GEM
357357
activemodel (>= 4.2.7)
358358
activesupport (>= 4.2.7)
359359
xmlrpc (0.3.0)
360-
yard (0.9.11)
360+
yard (0.9.12)
361361

362362
PLATFORMS
363363
ruby

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

0 commit comments

Comments
 (0)