From 68fa3d45f3f96795bb5fcc16e58ce5d35c40b592 Mon Sep 17 00:00:00 2001 From: Metasploit Date: Fri, 22 Sep 2017 10:05:19 -0700 Subject: [PATCH] Bump version of framework to 4.16.9 --- Gemfile.lock | 12 +++++------- lib/metasploit/framework/version.rb | 2 +- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3c27bc8eec1c..b186ee55ad0c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - metasploit-framework (4.16.8) + metasploit-framework (4.16.9) actionpack (~> 4.2.6) activerecord (~> 4.2.6) activesupport (~> 4.2.6) @@ -163,7 +163,7 @@ GEM recog (~> 2.0) metasploit_payloads-mettle (0.2.2) method_source (0.8.2) - mini_portile2 (2.2.0) + mini_portile2 (2.3.0) minitest (5.10.3) msgpack (1.1.0) multipart-post (2.0.0) @@ -171,8 +171,8 @@ GEM net-ssh (4.2.0) network_interface (0.0.2) nexpose (7.0.1) - nokogiri (1.8.0) - mini_portile2 (~> 2.2.0) + nokogiri (1.8.1) + mini_portile2 (~> 2.3.0) octokit (4.7.0) sawyer (~> 0.8.0, >= 0.5.3) openssl-ccm (1.2.1) @@ -193,10 +193,9 @@ GEM activerecord (>= 4.0.0) arel (>= 4.0.1) pg_array_parser (~> 0.0.9) - pry (0.10.4) + pry (0.11.0) coderay (~> 1.1.0) method_source (~> 0.8.1) - slop (~> 3.4) public_suffix (3.0.0) rack (1.6.8) rack-test (0.6.3) @@ -308,7 +307,6 @@ GEM json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.2) - slop (3.6.0) sqlite3 (1.3.13) sshkey (1.9.0) thor (0.20.0) diff --git a/lib/metasploit/framework/version.rb b/lib/metasploit/framework/version.rb index b0cba5316a5b..96d0b0786822 100644 --- a/lib/metasploit/framework/version.rb +++ b/lib/metasploit/framework/version.rb @@ -30,7 +30,7 @@ def self.get_hash end end - VERSION = "4.16.8" + VERSION = "4.16.9" MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i } PRERELEASE = 'dev' HASH = get_hash