From a0ebf5ea2de3128bbf8ef7ef73f23dc6835a690f Mon Sep 17 00:00:00 2001 From: Metasploit Date: Thu, 6 Oct 2016 11:23:08 -0700 Subject: [PATCH] Bump version of framework to 4.12.31 --- 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 c72137690f..c6b54d90a8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - metasploit-framework (4.12.30) + metasploit-framework (4.12.31) 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 0bee8bbd91..55b55f1af3 100644 --- a/lib/metasploit/framework/version.rb +++ b/lib/metasploit/framework/version.rb @@ -30,7 +30,7 @@ module Metasploit end end - VERSION = "4.12.30" + VERSION = "4.12.31" MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i } PRERELEASE = 'dev' HASH = get_hash