From 39b2e824ec14cb2f63450493babfc83c975e38dd Mon Sep 17 00:00:00 2001 From: Metasploit Date: Mon, 17 Jul 2017 15:43:31 -0700 Subject: [PATCH] Bump version of framework to 4.15.3 --- Gemfile.lock | 2 +- lib/metasploit/framework/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 13b5f12be9..b0ad333b5b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,7 +13,7 @@ GIT PATH remote: . specs: - metasploit-framework (4.15.2) + metasploit-framework (4.15.3) actionpack (~> 4.2.6) activerecord (~> 4.2.6) activesupport (~> 4.2.6) diff --git a/lib/metasploit/framework/version.rb b/lib/metasploit/framework/version.rb index 6321a6f85e..712ec5a517 100644 --- a/lib/metasploit/framework/version.rb +++ b/lib/metasploit/framework/version.rb @@ -30,7 +30,7 @@ module Metasploit end end - VERSION = "4.15.2" + VERSION = "4.15.3" MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i } PRERELEASE = 'dev' HASH = get_hash