Skip to content

Commit e73ba0b

Browse files
committed
Merge released '4.x' into master
2 parents 19a62d6 + c9da8f7 commit e73ba0b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (4.16.19)
4+
metasploit-framework (4.16.20)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -311,7 +311,7 @@ GEM
311311
rspec-mocks (3.7.0)
312312
diff-lcs (>= 1.2.0, < 2.0)
313313
rspec-support (~> 3.7.0)
314-
rspec-rails (3.7.1)
314+
rspec-rails (3.7.2)
315315
actionpack (>= 3.0)
316316
activesupport (>= 3.0)
317317
railties (>= 3.0)
@@ -357,7 +357,7 @@ GEM
357357
activemodel (>= 4.2.7)
358358
activesupport (>= 4.2.7)
359359
xmlrpc (0.3.0)
360-
yard (0.9.9)
360+
yard (0.9.11)
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.19"
33+
VERSION = "4.16.20"
3434
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3535
PRERELEASE = 'dev'
3636
HASH = get_hash

0 commit comments

Comments
 (0)