Skip to content

Commit

Permalink
Bump version of framework to 6.4.18
Browse files Browse the repository at this point in the history
  • Loading branch information
msjenkins-r7 committed Jul 11, 2024
1 parent 8849329 commit 6283456
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 (6.4.17)
metasploit-framework (6.4.18)
aarch64
abbrev
actionpack (~> 7.0.0)
Expand Down
6 changes: 3 additions & 3 deletions LICENSE_GEMS
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ faraday, 2.7.11, MIT
faraday-net_http, 3.0.2, MIT
faraday-retry, 2.2.1, MIT
faye-websocket, 0.11.3, "Apache 2.0"
ffi, 1.17.0, "New BSD"
ffi, 1.16.3, "New BSD"
filesize, 0.2.0, MIT
fivemat, 1.3.7, MIT
getoptlong, 0.2.1, "ruby, Simplified BSD"
Expand All @@ -86,11 +86,11 @@ memory_profiler, 1.0.1, MIT
metasm, 1.0.5, LGPL-2.1
metasploit-concern, 5.0.2, "New BSD"
metasploit-credential, 6.0.9, "New BSD"
metasploit-framework, 6.4.17, "New BSD"
metasploit-framework, 6.4.18, "New BSD"
metasploit-model, 5.0.2, "New BSD"
metasploit-payloads, 2.0.166, "3-clause (or ""modified"") BSD"
metasploit_data_models, 6.0.3, "New BSD"
metasploit_payloads-mettle, 1.0.28, "3-clause (or ""modified"") BSD"
metasploit_payloads-mettle, 1.0.29, "3-clause (or ""modified"") BSD"
method_source, 1.1.0, MIT
mime-types, 3.5.2, MIT
mime-types-data, 3.2024.0604, 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 @@ -32,7 +32,7 @@ def self.get_hash
end
end

VERSION = "6.4.17"
VERSION = "6.4.18"
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
PRERELEASE = 'dev'
HASH = get_hash
Expand Down

0 comments on commit 6283456

Please sign in to comment.