From c54c999efc4500e7969d851ea7a34983153fde4f Mon Sep 17 00:00:00 2001 From: Metasploit Date: Fri, 19 May 2017 10:02:32 -0700 Subject: [PATCH] Bump version of framework to 4.14.21 --- 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 716a1c7717..05fefde630 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,7 +24,7 @@ GIT PATH remote: . specs: - metasploit-framework (4.14.20) + metasploit-framework (4.14.21) actionpack (~> 4.2.6) activerecord (~> 4.2.6) activesupport (~> 4.2.6) @@ -404,4 +404,4 @@ DEPENDENCIES yard BUNDLED WITH - 1.14.6 + 1.15.0 diff --git a/lib/metasploit/framework/version.rb b/lib/metasploit/framework/version.rb index fb1b2495b0..b0a955750c 100644 --- a/lib/metasploit/framework/version.rb +++ b/lib/metasploit/framework/version.rb @@ -30,7 +30,7 @@ module Metasploit end end - VERSION = "4.14.20" + VERSION = "4.14.21" MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i } PRERELEASE = 'dev' HASH = get_hash