Skip to content

Commit e549e0c

Browse files
committed
Bump version of framework to 6.4.17
1 parent f7902c2 commit e549e0c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.16)
4+
metasploit-framework (6.4.17)
55
aarch64
66
abbrev
77
actionpack (~> 7.0.0)

LICENSE_GEMS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ 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.16, "New BSD"
89+
metasploit-framework, 6.4.17, "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"
@@ -105,9 +105,9 @@ nessus_rest, 0.1.6, MIT
105105
net-imap, 0.4.12, "ruby, Simplified BSD"
106106
net-ldap, 0.19.0, MIT
107107
net-protocol, 0.2.2, "ruby, Simplified BSD"
108+
net-sftp, 4.0.0, MIT
108109
net-smtp, 0.5.0, "ruby, Simplified BSD"
109110
net-ssh, 7.2.3, MIT
110-
net-sftp, 4.0.0, MIT
111111
network_interface, 0.0.4, MIT
112112
nexpose, 7.3.0, "New BSD"
113113
nio4r, 2.7.3, "MIT, Simplified BSD"

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.16"
35+
VERSION = "6.4.17"
3636
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3737
PRERELEASE = 'dev'
3838
HASH = get_hash

0 commit comments

Comments
 (0)