Skip to content

Commit 0fd8f09

Browse files
author
jenkins-metasploit
committed
Bump version of framework to 6.4.102
1 parent 97c9e82 commit 0fd8f09

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.101)
4+
metasploit-framework (6.4.102)
55
aarch64
66
abbrev
77
actionpack (~> 7.2.0)

LICENSE_GEMS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ daemons, 1.4.1, MIT
4545
date, 3.4.1, "ruby, Simplified BSD"
4646
debug, 1.11.0, "ruby, Simplified BSD"
4747
diff-lcs, 1.6.2, "MIT, Artistic-1.0-Perl, GPL-2.0-or-later"
48-
dnsruby, 1.73.0, "Apache 2.0"
48+
dnsruby, 1.73.1, "Apache 2.0"
4949
docile, 1.4.1, MIT
5050
domain_name, 0.6.20240107, "Simplified BSD, New BSD, Mozilla Public License 2.0"
5151
drb, 2.2.3, "ruby, Simplified BSD"
@@ -97,7 +97,7 @@ memory_profiler, 1.1.0, MIT
9797
metasm, 1.0.5, LGPL-2.1
9898
metasploit-concern, 5.0.5, "New BSD"
9999
metasploit-credential, 6.0.19, "New BSD"
100-
metasploit-framework, 6.4.101, "New BSD"
100+
metasploit-framework, 6.4.102, "New BSD"
101101
metasploit-model, 5.0.4, "New BSD"
102102
metasploit-payloads, 2.0.237, "3-clause (or ""modified"") BSD"
103103
metasploit_data_models, 6.0.9, "New BSD"
@@ -168,7 +168,7 @@ require_all, 3.0.0, MIT
168168
rest-client, 2.1.0, MIT
169169
rex-arch, 0.1.18, "New BSD"
170170
rex-bin_tools, 0.1.10, "New BSD"
171-
rex-core, 0.1.34, "New BSD"
171+
rex-core, 0.1.35, "New BSD"
172172
rex-encoder, 0.1.8, "New BSD"
173173
rex-exploitation, 0.1.44, "New BSD"
174174
rex-java, 0.1.8, "New BSD"
@@ -179,7 +179,7 @@ rex-powershell, 0.1.103, "New BSD"
179179
rex-random_identifier, 0.1.21, "New BSD"
180180
rex-registry, 0.1.6, "New BSD"
181181
rex-rop_builder, 0.1.6, "New BSD"
182-
rex-socket, 0.1.62, "New BSD"
182+
rex-socket, 0.1.64, "New BSD"
183183
rex-sslscan, 0.1.13, "New BSD"
184184
rex-struct2, 0.1.5, "New BSD"
185185
rex-text, 0.2.61, "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.101"
35+
VERSION = "6.4.102"
3636
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3737
PRERELEASE = 'dev'
3838
HASH = get_hash

0 commit comments

Comments
 (0)