Skip to content

Commit 126c078

Browse files
committed
Bump version of framework to 4.14.20
1 parent 02211db commit 126c078

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
@@ -24,7 +24,7 @@ GIT
2424
PATH
2525
remote: .
2626
specs:
27-
metasploit-framework (4.14.19)
27+
metasploit-framework (4.14.20)
2828
actionpack (~> 4.2.6)
2929
activerecord (~> 4.2.6)
3030
activesupport (~> 4.2.6)
@@ -258,7 +258,7 @@ GEM
258258
arel (>= 4.0.1)
259259
pg_array_parser (~> 0.0.9)
260260
public_suffix (2.0.5)
261-
rack (1.6.7)
261+
rack (1.6.8)
262262
rack-test (0.6.3)
263263
rack (>= 1.0)
264264
rails-deprecated_sanitizer (1.0.3)
@@ -276,7 +276,7 @@ GEM
276276
thor (>= 0.18.1, < 2.0)
277277
rake (12.0.0)
278278
rb-readline (0.5.4)
279-
recog (2.1.6)
279+
recog (2.1.7)
280280
nokogiri
281281
redcarpet (3.4.0)
282282
rex-arch (0.1.4)
@@ -363,7 +363,7 @@ GEM
363363
docile (~> 1.1.0)
364364
json (>= 1.8, < 3)
365365
simplecov-html (~> 0.10.0)
366-
simplecov-html (0.10.0)
366+
simplecov-html (0.10.1)
367367
sqlite3 (1.3.13)
368368
sshkey (1.9.0)
369369
thor (0.19.4)

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

0 commit comments

Comments
 (0)