From 643a5511cfaa970cf560ed3a9b4b0ebc8c06d36f Mon Sep 17 00:00:00 2001 From: Metasploit Date: Fri, 18 Nov 2016 10:01:48 -0800 Subject: [PATCH] Bump version of framework to 4.13.1 --- 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 75eed7d055..d047483375 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - metasploit-framework (4.13.0) + metasploit-framework (4.13.1) actionpack (~> 4.2.6) activerecord (~> 4.2.6) activesupport (~> 4.2.6) @@ -153,11 +153,11 @@ GEM loofah (2.0.3) nokogiri (>= 1.5.9) metasm (1.0.2) - metasploit-concern (2.0.1) + metasploit-concern (2.0.2) activemodel (~> 4.2.6) activesupport (~> 4.2.6) railties (~> 4.2.6) - metasploit-credential (2.0.5) + metasploit-credential (2.0.7) metasploit-concern metasploit-model metasploit_data_models @@ -165,12 +165,12 @@ GEM railties rubyntlm rubyzip - metasploit-model (2.0.0) + metasploit-model (2.0.2) activemodel (~> 4.2.6) activesupport (~> 4.2.6) railties (~> 4.2.6) metasploit-payloads (1.1.29) - metasploit_data_models (2.0.6) + metasploit_data_models (2.0.8) activerecord (~> 4.2.6) activesupport (~> 4.2.6) arel-helpers @@ -196,7 +196,7 @@ GEM network_interface (0.0.1) nokogiri (1.6.8.1) mini_portile2 (~> 2.1.0) - octokit (4.6.0) + octokit (4.6.1) sawyer (~> 0.8.0, >= 0.5.3) openssl-ccm (1.2.1) openvas-omp (0.0.4) @@ -273,7 +273,7 @@ GEM metasm rex-core rex-text - rex-socket (0.1.0) + rex-socket (0.1.1) rex-core rex-sslscan (0.1.0) rex-socket diff --git a/lib/metasploit/framework/version.rb b/lib/metasploit/framework/version.rb index e5b6557867..429d24e8f2 100644 --- a/lib/metasploit/framework/version.rb +++ b/lib/metasploit/framework/version.rb @@ -30,7 +30,7 @@ module Metasploit end end - VERSION = "4.13.0" + VERSION = "4.13.1" MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i } PRERELEASE = 'dev' HASH = get_hash