From b3666ff7ab9bbd29a03167d2499a3dd7ef5723f3 Mon Sep 17 00:00:00 2001 From: Metasploit Date: Fri, 14 Oct 2016 10:04:05 -0700 Subject: [PATCH] Bump version of framework to 4.12.34 --- 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 6c7dc85064..c9d830f036 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - metasploit-framework (4.12.33) + metasploit-framework (4.12.34) actionpack (~> 4.2.6) activerecord (~> 4.2.6) activesupport (~> 4.2.6) @@ -339,4 +339,4 @@ DEPENDENCIES yard BUNDLED WITH - 1.13.2 + 1.13.4 diff --git a/lib/metasploit/framework/version.rb b/lib/metasploit/framework/version.rb index de643afd12..a6eb125852 100644 --- a/lib/metasploit/framework/version.rb +++ b/lib/metasploit/framework/version.rb @@ -30,7 +30,7 @@ module Metasploit end end - VERSION = "4.12.33" + VERSION = "4.12.34" MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i } PRERELEASE = 'dev' HASH = get_hash