From 3ddf80dd7a78ee0a2ae14a33ff7fa4af0d5137fb Mon Sep 17 00:00:00 2001 From: Metasploit Date: Fri, 23 Sep 2016 10:02:37 -0700 Subject: [PATCH] Bump version of framework to 4.12.28 --- 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 ccb64c9309..01c6c9907f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - metasploit-framework (4.12.27) + metasploit-framework (4.12.28) 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 0b8bdb14df..71b503f867 100644 --- a/lib/metasploit/framework/version.rb +++ b/lib/metasploit/framework/version.rb @@ -30,7 +30,7 @@ module Metasploit end end - VERSION = "4.12.27" + VERSION = "4.12.28" MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i } PRERELEASE = 'dev' HASH = get_hash