diff --git a/Gemfile.lock b/Gemfile.lock index aa6a6fe5ef..037a6ff9f1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,7 +13,7 @@ GIT PATH remote: . specs: - metasploit-framework (4.15.1) + metasploit-framework (4.15.2) actionpack (~> 4.2.6) activerecord (~> 4.2.6) activesupport (~> 4.2.6) @@ -274,7 +274,7 @@ GEM rex-arch rex-ole (0.1.6) rex-text - rex-powershell (0.1.72) + rex-powershell (0.1.73) rex-random_identifier rex-text rex-random_identifier (0.1.2) @@ -377,4 +377,4 @@ DEPENDENCIES yard BUNDLED WITH - 1.15.1 + 1.15.2 diff --git a/lib/metasploit/framework/version.rb b/lib/metasploit/framework/version.rb index ad726fc009..6321a6f85e 100644 --- a/lib/metasploit/framework/version.rb +++ b/lib/metasploit/framework/version.rb @@ -30,7 +30,7 @@ module Metasploit end end - VERSION = "4.15.1" + VERSION = "4.15.2" MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i } PRERELEASE = 'dev' HASH = get_hash