Skip to content

Commit f311511

Browse files
committed
Bump version of framework to 4.13.14
1 parent e25a8d3 commit f311511

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.13.13)
4+
metasploit-framework (4.13.14)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -192,7 +192,7 @@ GEM
192192
multi_test (0.1.2)
193193
multipart-post (2.0.0)
194194
nessus_rest (0.1.6)
195-
net-ssh (4.0.0)
195+
net-ssh (4.0.1)
196196
network_interface (0.0.1)
197197
nokogiri (1.7.0.1)
198198
mini_portile2 (~> 2.1.0)
@@ -273,7 +273,7 @@ GEM
273273
metasm
274274
rex-core
275275
rex-text
276-
rex-socket (0.1.2)
276+
rex-socket (0.1.3)
277277
rex-core
278278
rex-sslscan (0.1.1)
279279
rex-socket
@@ -326,7 +326,7 @@ GEM
326326
windows_error (0.0.2)
327327
xpath (2.0.0)
328328
nokogiri (~> 1.3)
329-
yard (0.9.5)
329+
yard (0.9.7)
330330

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

0 commit comments

Comments
 (0)