Skip to content

Commit 15b3b7d

Browse files
committed
Bump version of framework to 4.14.23
1 parent 2835c16 commit 15b3b7d

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.22)
27+
metasploit-framework (4.14.23)
2828
actionpack (~> 4.2.6)
2929
activerecord (~> 4.2.6)
3030
activesupport (~> 4.2.6)
@@ -278,7 +278,7 @@ GEM
278278
thor (>= 0.18.1, < 2.0)
279279
rake (12.0.0)
280280
rb-readline (0.5.4)
281-
recog (2.1.7)
281+
recog (2.1.8)
282282
nokogiri
283283
redcarpet (3.4.0)
284284
rex-arch (0.1.4)
@@ -345,7 +345,7 @@ GEM
345345
rspec-mocks (~> 3.6.0)
346346
rspec-support (~> 3.6.0)
347347
rspec-support (3.6.0)
348-
ruby_smb (0.0.14)
348+
ruby_smb (0.0.17)
349349
bindata
350350
rubyntlm
351351
windows_error
@@ -377,7 +377,7 @@ GEM
377377
tzinfo (>= 1.0.0)
378378
windows_error (0.1.2)
379379
xmlrpc (0.3.0)
380-
xpath (2.0.0)
380+
xpath (2.1.0)
381381
nokogiri (~> 1.3)
382382
yard (0.9.9)
383383

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

0 commit comments

Comments
 (0)