From db581a040aafe84faa83d3c8ffd7f2fd15082745 Mon Sep 17 00:00:00 2001 From: Metasploit Date: Tue, 7 Mar 2017 07:01:57 -0800 Subject: [PATCH] Bump version of framework to 4.14.2 --- Gemfile.lock | 14 +++++++------- lib/metasploit/framework/version.rb | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ac2832d640..bc436ddbc0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - metasploit-framework (4.14.1) + metasploit-framework (4.14.2) actionpack (~> 4.2.6) activerecord (~> 4.2.6) activesupport (~> 4.2.6) @@ -142,7 +142,7 @@ GEM railties (>= 3.0.0) faraday (0.11.0) multipart-post (>= 1.2, < 3) - ffi (1.9.17) + ffi (1.9.18) filesize (0.1.1) fivemat (1.3.2) gherkin (4.0.0) @@ -170,7 +170,7 @@ GEM loofah (2.0.3) nokogiri (>= 1.5.9) memoist (0.15.0) - metasm (1.0.2) + metasm (1.0.3) metasploit-aggregator (0.1.3) grpc rex-arch @@ -208,14 +208,14 @@ GEM mime-types-data (3.2016.0521) mini_portile2 (2.1.0) minitest (5.10.1) - msgpack (1.0.3) + msgpack (1.1.0) multi_json (1.12.1) multi_test (0.1.2) multipart-post (2.0.0) nessus_rest (0.1.6) net-ssh (4.1.0) network_interface (0.0.1) - nexpose (5.3.0) + nexpose (5.3.1) nokogiri (1.7.0.1) mini_portile2 (~> 2.1.0) octokit (4.6.2) @@ -348,7 +348,7 @@ GEM timecop (0.8.1) tzinfo (1.2.2) thread_safe (~> 0.1) - tzinfo-data (1.2016.10) + tzinfo-data (1.2017.1) tzinfo (>= 1.0.0) windows_error (0.1.0) xpath (2.0.0) @@ -376,4 +376,4 @@ DEPENDENCIES yard BUNDLED WITH - 1.14.5 + 1.14.6 diff --git a/lib/metasploit/framework/version.rb b/lib/metasploit/framework/version.rb index f697dbf279..8c26e83e5c 100644 --- a/lib/metasploit/framework/version.rb +++ b/lib/metasploit/framework/version.rb @@ -30,7 +30,7 @@ module Metasploit end end - VERSION = "4.14.1" + VERSION = "4.14.2" MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i } PRERELEASE = 'dev' HASH = get_hash