Skip to content

Commit e3fdfd6

Browse files
committed
Bump version of framework to 6.4.10
1 parent 306c66e commit e3fdfd6

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.9)
4+
metasploit-framework (6.4.10)
55
actionpack (~> 7.0.0)
66
activerecord (~> 7.0.0)
77
activesupport (~> 7.0.0)

LICENSE_GEMS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ memory_profiler, 1.0.1, MIT
8181
metasm, 1.0.5, LGPL-2.1
8282
metasploit-concern, 5.0.2, "New BSD"
8383
metasploit-credential, 6.0.9, "New BSD"
84-
metasploit-framework, 6.4.9, "New BSD"
84+
metasploit-framework, 6.4.10, "New BSD"
8585
metasploit-model, 5.0.2, "New BSD"
8686
metasploit-payloads, 2.0.166, "3-clause (or ""modified"") BSD"
8787
metasploit_data_models, 6.0.3, "New BSD"
@@ -139,7 +139,7 @@ reline, 0.5.2, ruby
139139
require_all, 3.0.0, MIT
140140
rex-arch, 0.1.15, "New BSD"
141141
rex-bin_tools, 0.1.9, "New BSD"
142-
rex-core, 0.1.31, "New BSD"
142+
rex-core, 0.1.32, "New BSD"
143143
rex-encoder, 0.1.7, "New BSD"
144144
rex-exploitation, 0.1.39, "New BSD"
145145
rex-java, 0.1.7, "New 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.9"
35+
VERSION = "6.4.10"
3636
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3737
PRERELEASE = 'dev'
3838
HASH = get_hash

0 commit comments

Comments
 (0)