Skip to content

Commit 9d8cb8a

Browse files
committed
Merge branch '4.x' into upstream-master
2 parents 1975713 + ee2f10e commit 9d8cb8a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (4.16.25)
4+
metasploit-framework (4.16.26)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -201,7 +201,7 @@ GEM
201201
nexpose (7.1.1)
202202
nokogiri (1.8.1)
203203
mini_portile2 (~> 2.3.0)
204-
octokit (4.7.0)
204+
octokit (4.8.0)
205205
sawyer (~> 0.8.0, >= 0.5.3)
206206
openssl-ccm (1.2.1)
207207
openvas-omp (0.0.4)

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

0 commit comments

Comments
 (0)