Bump version of framework to 4.16.26

This commit is contained in:
Metasploit 2017-12-21 10:04:38 -08:00
parent fe4c701016
commit ee2f10efc5
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
metasploit-framework (4.16.25)
metasploit-framework (4.16.26)
actionpack (~> 4.2.6)
activerecord (~> 4.2.6)
activesupport (~> 4.2.6)
@ -201,7 +201,7 @@ GEM
nexpose (7.1.1)
nokogiri (1.8.1)
mini_portile2 (~> 2.3.0)
octokit (4.7.0)
octokit (4.8.0)
sawyer (~> 0.8.0, >= 0.5.3)
openssl-ccm (1.2.1)
openvas-omp (0.0.4)

View File

@ -30,7 +30,7 @@ module Metasploit
end
end
VERSION = "4.16.25"
VERSION = "4.16.26"
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
PRERELEASE = 'dev'
HASH = get_hash