Skip to content

Commit f5a73f3

Browse files
committed
Bump version of framework to 4.16.6
1 parent 2a884af commit f5a73f3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (4.16.5)
4+
metasploit-framework (4.16.6)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -110,7 +110,7 @@ GEM
110110
bindata (2.4.1)
111111
bit-struct (0.16)
112112
builder (3.2.3)
113-
coderay (1.1.1)
113+
coderay (1.1.2)
114114
diff-lcs (1.3)
115115
dnsruby (1.60.2)
116116
docile (1.1.5)
@@ -168,7 +168,7 @@ GEM
168168
msgpack (1.1.0)
169169
multipart-post (2.0.0)
170170
nessus_rest (0.1.6)
171-
net-ssh (4.1.0)
171+
net-ssh (4.2.0)
172172
network_interface (0.0.2)
173173
nexpose (7.0.0)
174174
nokogiri (1.8.0)
@@ -220,7 +220,7 @@ GEM
220220
ffi
221221
rbnacl-libsodium (1.0.13)
222222
rbnacl (>= 3.0.1)
223-
recog (2.1.13)
223+
recog (2.1.15)
224224
nokogiri
225225
redcarpet (3.4.0)
226226
rex-arch (0.1.11)
@@ -252,7 +252,7 @@ GEM
252252
rex-powershell (0.1.72)
253253
rex-random_identifier
254254
rex-text
255-
rex-random_identifier (0.1.3)
255+
rex-random_identifier (0.1.4)
256256
rex-text
257257
rex-registry (0.1.3)
258258
rex-rop_builder (0.1.3)

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

0 commit comments

Comments
 (0)