Skip to content

Commit

Permalink
Bump version of framework to 5.0.102
Browse files Browse the repository at this point in the history
  • Loading branch information
msjenkins-r7 committed Jul 30, 2020
1 parent 2382d75 commit 37e0c7d
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 (5.0.101)
metasploit-framework (5.0.102)
actionpack (~> 4.2.6)
activerecord (~> 4.2.6)
activesupport (~> 4.2.6)
Expand Down Expand Up @@ -122,13 +122,13 @@ GEM
activerecord (>= 3.1.0, < 7)
ast (2.4.1)
aws-eventstream (1.1.0)
aws-partitions (1.344.0)
aws-sdk-core (3.104.2)
aws-partitions (1.347.0)
aws-sdk-core (3.104.3)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-ec2 (1.178.0)
aws-sdk-ec2 (1.181.0)
aws-sdk-core (~> 3, >= 3.99.0)
aws-sigv4 (~> 1.1)
aws-sdk-iam (1.43.0)
Expand Down
8 changes: 4 additions & 4 deletions LICENSE_GEMS
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ arel, 6.0.4, MIT
arel-helpers, 2.11.0, MIT
ast, 2.4.1, MIT
aws-eventstream, 1.1.0, "Apache 2.0"
aws-partitions, 1.344.0, "Apache 2.0"
aws-sdk-core, 3.104.2, "Apache 2.0"
aws-sdk-ec2, 1.178.0, "Apache 2.0"
aws-partitions, 1.347.0, "Apache 2.0"
aws-sdk-core, 3.104.3, "Apache 2.0"
aws-sdk-ec2, 1.181.0, "Apache 2.0"
aws-sdk-iam, 1.43.0, "Apache 2.0"
aws-sdk-kms, 1.36.0, "Apache 2.0"
aws-sdk-s3, 1.75.0, "Apache 2.0"
Expand Down Expand Up @@ -60,7 +60,7 @@ memory_profiler, 0.9.14, MIT
metasm, 1.0.4, LGPL-2.1
metasploit-concern, 2.0.5, "New BSD"
metasploit-credential, 3.0.4, "New BSD"
metasploit-framework, 5.0.101, "New BSD"
metasploit-framework, 5.0.102, "New BSD"
metasploit-model, 2.0.4, "New BSD"
metasploit-payloads, 1.4.4, "3-clause (or ""modified"") BSD"
metasploit_data_models, 3.0.10, "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 = "5.0.101"
VERSION = "5.0.102"
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
PRERELEASE = 'dev'
HASH = get_hash
Expand Down

0 comments on commit 37e0c7d

Please sign in to comment.