Bump version of framework to 4.17.3

4.x
Metasploit 2018-07-19 10:03:34 -07:00
parent b2aa922a29
commit fc4a5b9913
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
metasploit-framework (4.17.2)
metasploit-framework (4.17.3)
actionpack (~> 4.2.6)
activerecord (~> 4.2.6)
activesupport (~> 4.2.6)
@ -115,7 +115,7 @@ GEM
concurrent-ruby (1.0.5)
crass (1.0.4)
diff-lcs (1.3)
dnsruby (1.61.1)
dnsruby (1.61.2)
addressable (~> 2.5)
docile (1.3.1)
erubis (2.7.0)
@ -327,7 +327,7 @@ GEM
activemodel (>= 4.2.7)
activesupport (>= 4.2.7)
xmlrpc (0.3.0)
yard (0.9.14)
yard (0.9.15)
PLATFORMS
ruby
@ -347,4 +347,4 @@ DEPENDENCIES
yard
BUNDLED WITH
1.16.2
1.16.3

View File

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