From 56ed8bc0211899f92c634a0c484a2821d2112d99 Mon Sep 17 00:00:00 2001 From: Metasploit Date: Fri, 13 Jan 2017 10:05:02 -0800 Subject: [PATCH] Bump version of framework to 4.13.15 --- Gemfile.lock | 12 ++++++------ lib/metasploit/framework/version.rb | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d8ebfbe5e0..94aec6e747 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - metasploit-framework (4.13.14) + metasploit-framework (4.13.15) actionpack (~> 4.2.6) activerecord (~> 4.2.6) activesupport (~> 4.2.6) @@ -140,16 +140,16 @@ GEM factory_girl_rails (4.8.0) factory_girl (~> 4.8.0) railties (>= 3.0.0) - faraday (0.10.1) + faraday (0.11.0) multipart-post (>= 1.2, < 3) - ffi (1.9.14) + ffi (1.9.16) filesize (0.1.1) fivemat (1.3.2) gherkin (4.0.0) i18n (0.7.0) jsobfu (0.4.1) rkelly-remix (= 0.0.6) - json (1.8.3) + json (1.8.6) loofah (2.0.3) nokogiri (>= 1.5.9) metasm (1.0.2) @@ -234,7 +234,7 @@ GEM thor (>= 0.18.1, < 2.0) rake (12.0.0) rb-readline-r7 (0.5.2.0) - recog (2.1.2) + recog (2.1.3) nokogiri redcarpet (3.4.0) rex-arch (0.1.4) @@ -245,7 +245,7 @@ GEM rex-core rex-struct2 rex-text - rex-core (0.1.5) + rex-core (0.1.6) rex-encoder (0.1.2) metasm rex-arch diff --git a/lib/metasploit/framework/version.rb b/lib/metasploit/framework/version.rb index 75a3a8e2d8..0509cf0515 100644 --- a/lib/metasploit/framework/version.rb +++ b/lib/metasploit/framework/version.rb @@ -30,7 +30,7 @@ module Metasploit end end - VERSION = "4.13.14" + VERSION = "4.13.15" MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i } PRERELEASE = 'dev' HASH = get_hash