From 60578a21c3a101175d4bc3d63f84baf4dfe41c1c Mon Sep 17 00:00:00 2001 From: Metasploit Date: Fri, 7 Sep 2018 10:16:30 -0700 Subject: [PATCH] Bump version of framework to 4.17.12 --- 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 9f85a9f449..7c22150c03 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - metasploit-framework (4.17.11) + metasploit-framework (4.17.12) 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 d8b685d780..9474b9e189 100644 --- a/lib/metasploit/framework/version.rb +++ b/lib/metasploit/framework/version.rb @@ -30,7 +30,7 @@ module Metasploit end end - VERSION = "4.17.11" + VERSION = "4.17.12" MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i } PRERELEASE = 'dev' HASH = get_hash