Skip to content

Commit b2f5bd1

Browse files
committed
Bump version of framework to 4.16.8
1 parent e651bc1 commit b2f5bd1

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.7)
4+
metasploit-framework (4.16.8)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -170,7 +170,7 @@ GEM
170170
nessus_rest (0.1.6)
171171
net-ssh (4.2.0)
172172
network_interface (0.0.2)
173-
nexpose (7.0.0)
173+
nexpose (7.0.1)
174174
nokogiri (1.8.0)
175175
mini_portile2 (~> 2.2.0)
176176
octokit (4.7.0)
@@ -214,7 +214,7 @@ GEM
214214
activesupport (= 4.2.9)
215215
rake (>= 0.8.7)
216216
thor (>= 0.18.1, < 2.0)
217-
rake (12.0.0)
217+
rake (12.1.0)
218218
rb-readline (0.5.5)
219219
rbnacl (4.0.2)
220220
ffi
@@ -303,7 +303,7 @@ GEM
303303
sawyer (0.8.1)
304304
addressable (>= 2.3.5, < 2.6)
305305
faraday (~> 0.8, < 1.0)
306-
simplecov (0.15.0)
306+
simplecov (0.15.1)
307307
docile (~> 1.1.0)
308308
json (>= 1.8, < 3)
309309
simplecov-html (~> 0.10.0)

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

0 commit comments

Comments
 (0)