Skip to content

Commit

Permalink
Bump version of framework to 4.17.54
Browse files Browse the repository at this point in the history
  • Loading branch information
msjenkins-r7 committed Apr 18, 2019
1 parent 8ebff93 commit a5df0cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
metasploit-framework (4.17.53)
metasploit-framework (4.17.54)
actionpack (~> 4.2.6)
activerecord (~> 4.2.6)
activesupport (~> 4.2.6)
Expand Down
4 changes: 2 additions & 2 deletions LICENSE_GEMS
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ loofah, 2.2.3, MIT
metasm, 1.0.4, LGPL-2.1
metasploit-concern, 2.0.5, "New BSD"
metasploit-credential, 2.0.14, "New BSD"
metasploit-framework, 4.17.53, "New BSD"
metasploit-framework, 4.17.54, "New BSD"
metasploit-model, 2.0.4, "New BSD"
metasploit-payloads, 1.3.66, "3-clause (or ""modified"") BSD"
metasploit_data_models, 2.0.17, "New BSD"
metasploit_payloads-mettle, 0.5.10, "3-clause (or ""modified"") BSD"
metasploit_payloads-mettle, 0.5.12, "3-clause (or ""modified"") BSD"
method_source, 0.9.2, MIT
mini_portile2, 2.4.0, MIT
minitest, 5.11.3, MIT
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 = "4.17.53"
VERSION = "4.17.54"
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
PRERELEASE = 'dev'
HASH = get_hash
Expand Down

0 comments on commit a5df0cc

Please sign in to comment.