From e577de41d42597bc3b176a907fd19176fe987018 Mon Sep 17 00:00:00 2001 From: Metasploit Date: Thu, 9 Sep 2021 12:06:10 -0500 Subject: [PATCH] Bump version of framework to 6.1.6 --- Gemfile.lock | 8 ++++---- LICENSE_GEMS | 8 ++++---- lib/metasploit/framework/version.rb | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 12390cb616c7..f760a19c633a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - metasploit-framework (6.1.5) + metasploit-framework (6.1.6) actionpack (~> 6.0) activerecord (~> 6.0) activesupport (~> 6.0) @@ -126,7 +126,7 @@ GEM activerecord (>= 3.1.0, < 7) ast (2.4.2) aws-eventstream (1.2.0) - aws-partitions (1.495.0) + aws-partitions (1.498.0) aws-sdk-core (3.121.0) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.239.0) @@ -242,7 +242,7 @@ GEM activemodel (~> 6.0) activesupport (~> 6.0) railties (~> 6.0) - metasploit-credential (5.0.3) + metasploit-credential (5.0.4) metasploit-concern metasploit-model metasploit_data_models (>= 5.0.0) @@ -369,7 +369,7 @@ GEM rex-arch rex-ole (0.1.7) rex-text - rex-powershell (0.1.92) + rex-powershell (0.1.93) rex-random_identifier rex-text ruby-rc4 diff --git a/LICENSE_GEMS b/LICENSE_GEMS index 6e467324c497..b124e7239cfc 100644 --- a/LICENSE_GEMS +++ b/LICENSE_GEMS @@ -10,7 +10,7 @@ afm, 0.2.2, MIT arel-helpers, 2.12.1, MIT ast, 2.4.2, MIT aws-eventstream, 1.2.0, "Apache 2.0" -aws-partitions, 1.495.0, "Apache 2.0" +aws-partitions, 1.498.0, "Apache 2.0" aws-sdk-core, 3.121.0, "Apache 2.0" aws-sdk-ec2, 1.261.0, "Apache 2.0" aws-sdk-iam, 1.60.0, "Apache 2.0" @@ -74,8 +74,8 @@ loofah, 2.12.0, MIT memory_profiler, 1.0.0, MIT metasm, 1.0.5, LGPL-2.1 metasploit-concern, 4.0.2, "New BSD" -metasploit-credential, 5.0.3, "New BSD" -metasploit-framework, 6.1.5, "New BSD" +metasploit-credential, 5.0.4, "New BSD" +metasploit-framework, 6.1.6, "New BSD" metasploit-model, 4.0.2, "New BSD" metasploit-payloads, 2.0.54, "3-clause (or ""modified"") BSD" metasploit_data_models, 5.0.3, "New BSD" @@ -134,7 +134,7 @@ rex-java, 0.1.6, "New BSD" rex-mime, 0.1.6, "New BSD" rex-nop, 0.1.2, "New BSD" rex-ole, 0.1.7, "New BSD" -rex-powershell, 0.1.92, "New BSD" +rex-powershell, 0.1.93, "New BSD" rex-random_identifier, 0.1.7, "New BSD" rex-registry, 0.1.4, "New BSD" rex-rop_builder, 0.1.4, "New BSD" diff --git a/lib/metasploit/framework/version.rb b/lib/metasploit/framework/version.rb index 286e0eeffe4d..a61950497b0d 100644 --- a/lib/metasploit/framework/version.rb +++ b/lib/metasploit/framework/version.rb @@ -30,7 +30,7 @@ def self.get_hash end end - VERSION = "6.1.5" + VERSION = "6.1.6" MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i } PRERELEASE = 'dev' HASH = get_hash