Bump version of framework to 4.17.17

4.x
Metasploit 2018-10-04 10:06:57 -07:00
parent 9762f921b8
commit ad22d961a4
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.17.16)
metasploit-framework (4.17.17)
actionpack (~> 4.2.6)
activerecord (~> 4.2.6)
activesupport (~> 4.2.6)
@ -109,7 +109,7 @@ GEM
backports (3.11.4)
bcrypt (3.1.12)
bcrypt_pbkdf (1.0.0)
bindata (2.4.3)
bindata (2.4.4)
bit-struct (0.16)
builder (3.2.3)
coderay (1.1.2)

View File

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