From 3c677aa6bff943b14f66a4a82994b1a67335afea Mon Sep 17 00:00:00 2001 From: Metasploit Date: Fri, 13 Apr 2018 10:25:33 -0700 Subject: [PATCH] Bump version of framework to 4.16.51 --- Gemfile.lock | 4 ++-- lib/metasploit/framework/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0189d1189d..f9fbca4fe1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/lib/metasploit/framework/version.rb b/lib/metasploit/framework/version.rb index 43efd09070..545a511414 100644 --- a/lib/metasploit/framework/version.rb +++ b/lib/metasploit/framework/version.rb @@ -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