Skip to content

Commit 8a021ab

Browse files
committed
Bump version of framework to 6.4.92
1 parent b5c9547 commit 8a021ab

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.91)
4+
metasploit-framework (6.4.92)
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
@@ -27,7 +27,7 @@ base64, 0.2.0, "ruby, Simplified BSD"
2727
bcrypt, 3.1.20, MIT
2828
bcrypt_pbkdf, 1.1.1, MIT
2929
benchmark, 0.4.1, "ruby, Simplified BSD"
30-
bigdecimal, 3.2.2, "ruby, Simplified BSD"
30+
bigdecimal, 3.2.3, "ruby, Simplified BSD"
3131
bindata, 2.4.15, "Simplified BSD"
3232
bootsnap, 1.18.4, MIT
3333
bson, 5.1.1, "Apache 2.0"
@@ -96,7 +96,7 @@ memory_profiler, 1.1.0, MIT
9696
metasm, 1.0.5, LGPL-2.1
9797
metasploit-concern, 5.0.5, "New BSD"
9898
metasploit-credential, 6.0.16, "New BSD"
99-
metasploit-framework, 6.4.91, "New BSD"
99+
metasploit-framework, 6.4.92, "New BSD"
100100
metasploit-model, 5.0.4, "New BSD"
101101
metasploit-payloads, 2.0.221, "3-clause (or ""modified"") BSD"
102102
metasploit_data_models, 6.0.9, "New BSD"
@@ -167,7 +167,7 @@ rex-arch, 0.1.18, "New BSD"
167167
rex-bin_tools, 0.1.10, "New BSD"
168168
rex-core, 0.1.34, "New BSD"
169169
rex-encoder, 0.1.8, "New BSD"
170-
rex-exploitation, 0.1.41, "New BSD"
170+
rex-exploitation, 0.1.44, "New BSD"
171171
rex-java, 0.1.8, "New BSD"
172172
rex-mime, 0.1.11, "New BSD"
173173
rex-nop, 0.1.4, "New BSD"
@@ -181,7 +181,7 @@ rex-sslscan, 0.1.13, "New BSD"
181181
rex-struct2, 0.1.5, "New BSD"
182182
rex-text, 0.2.61, "New BSD"
183183
rex-zip, 0.1.6, "New BSD"
184-
rexml, 3.4.1, "Simplified BSD"
184+
rexml, 3.4.4, "Simplified BSD"
185185
rinda, 0.2.0, "ruby, Simplified BSD"
186186
rkelly-remix, 0.0.7, MIT
187187
rspec, 3.13.0, 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.91"
35+
VERSION = "6.4.92"
3636
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3737
PRERELEASE = 'dev'
3838
HASH = get_hash

0 commit comments

Comments
 (0)