Skip to content

Commit

Permalink
Bump version of framework to 6.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
msjenkins-r7 committed Sep 9, 2021
1 parent 2dd0893 commit e577de4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions LICENSE_GEMS
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion lib/metasploit/framework/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e577de4

Please sign in to comment.