Skip to content

Commit 6283456

Browse files
committed
Bump version of framework to 6.4.18
1 parent 8849329 commit 6283456

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (6.4.17)
4+
metasploit-framework (6.4.18)
55
aarch64
66
abbrev
77
actionpack (~> 7.0.0)

LICENSE_GEMS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ faraday, 2.7.11, MIT
5959
faraday-net_http, 3.0.2, MIT
6060
faraday-retry, 2.2.1, MIT
6161
faye-websocket, 0.11.3, "Apache 2.0"
62-
ffi, 1.17.0, "New BSD"
62+
ffi, 1.16.3, "New BSD"
6363
filesize, 0.2.0, MIT
6464
fivemat, 1.3.7, MIT
6565
getoptlong, 0.2.1, "ruby, Simplified BSD"
@@ -86,11 +86,11 @@ memory_profiler, 1.0.1, MIT
8686
metasm, 1.0.5, LGPL-2.1
8787
metasploit-concern, 5.0.2, "New BSD"
8888
metasploit-credential, 6.0.9, "New BSD"
89-
metasploit-framework, 6.4.17, "New BSD"
89+
metasploit-framework, 6.4.18, "New BSD"
9090
metasploit-model, 5.0.2, "New BSD"
9191
metasploit-payloads, 2.0.166, "3-clause (or ""modified"") BSD"
9292
metasploit_data_models, 6.0.3, "New BSD"
93-
metasploit_payloads-mettle, 1.0.28, "3-clause (or ""modified"") BSD"
93+
metasploit_payloads-mettle, 1.0.29, "3-clause (or ""modified"") BSD"
9494
method_source, 1.1.0, MIT
9595
mime-types, 3.5.2, MIT
9696
mime-types-data, 3.2024.0604, MIT

lib/metasploit/framework/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def self.get_hash
3232
end
3333
end
3434

35-
VERSION = "6.4.17"
35+
VERSION = "6.4.18"
3636
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3737
PRERELEASE = 'dev'
3838
HASH = get_hash

0 commit comments

Comments
 (0)