diff --git a/Gemfile.lock b/Gemfile.lock index fb527b41a7..526fe303bb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 diff --git a/lib/metasploit/framework/version.rb b/lib/metasploit/framework/version.rb index 856b6b55b1..d1342dba77 100644 --- a/lib/metasploit/framework/version.rb +++ b/lib/metasploit/framework/version.rb @@ -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