Bump version of framework to 4.16.51

4.x
Metasploit 2018-04-13 10:25:33 -07:00
parent 6b9be37741
commit 3c677aa6bf
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.50)
metasploit-framework (4.16.51)
actionpack (~> 4.2.6)
activerecord (~> 4.2.6)
activesupport (~> 4.2.6)
@ -113,7 +113,7 @@ GEM
builder (3.2.3)
coderay (1.1.2)
concurrent-ruby (1.0.5)
crass (1.0.3)
crass (1.0.4)
diff-lcs (1.3)
dnsruby (1.60.2)
docile (1.3.0)

View File

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