Skip to content

Commit 92f5290

Browse files
committed
Bump version of framework to 4.16.5
1 parent bcfab11 commit 92f5290

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.16.4)
4+
metasploit-framework (4.16.5)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -107,7 +107,7 @@ GEM
107107
backports (3.8.0)
108108
bcrypt (3.1.11)
109109
bcrypt_pbkdf (1.0.0)
110-
bindata (2.4.0)
110+
bindata (2.4.1)
111111
bit-struct (0.16)
112112
builder (3.2.3)
113113
coderay (1.1.1)
@@ -170,7 +170,7 @@ GEM
170170
nessus_rest (0.1.6)
171171
net-ssh (4.1.0)
172172
network_interface (0.0.2)
173-
nexpose (6.1.1)
173+
nexpose (7.0.0)
174174
nokogiri (1.8.0)
175175
mini_portile2 (~> 2.2.0)
176176
octokit (4.7.0)
@@ -220,7 +220,7 @@ GEM
220220
ffi
221221
rbnacl-libsodium (1.0.13)
222222
rbnacl (>= 3.0.1)
223-
recog (2.1.12)
223+
recog (2.1.13)
224224
nokogiri
225225
redcarpet (3.4.0)
226226
rex-arch (0.1.11)

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

0 commit comments

Comments
 (0)