Bump version of framework to 4.17.15

4.x
Metasploit 2018-09-20 10:03:08 -07:00
parent d16189a295
commit 8fbbff30db
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
metasploit-framework (4.17.14)
metasploit-framework (4.17.15)
actionpack (~> 4.2.6)
activerecord (~> 4.2.6)
activesupport (~> 4.2.6)
@ -126,7 +126,7 @@ GEM
railties (>= 3.0.0)
faker (1.9.1)
i18n (>= 0.7)
faraday (0.15.2)
faraday (0.15.3)
multipart-post (>= 1.2, < 3)
filesize (0.2.0)
fivemat (1.3.7)
@ -347,4 +347,4 @@ DEPENDENCIES
yard
BUNDLED WITH
1.16.4
1.16.5

View File

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