Skip to content

Commit c4b7d9b

Browse files
committed
Bump version of framework to 6.4.91
1 parent 40c32a2 commit c4b7d9b

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

LICENSE_GEMS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ benchmark, 0.4.1, "ruby, Simplified BSD"
3030
bigdecimal, 3.2.2, "ruby, Simplified BSD"
3131
bindata, 2.4.15, "Simplified BSD"
3232
bootsnap, 1.18.4, MIT
33-
bson, 5.0.2, "Apache 2.0"
33+
bson, 5.1.1, "Apache 2.0"
3434
builder, 3.3.0, MIT
3535
bundler, 2.5.22, MIT
3636
byebug, 11.1.3, "Simplified BSD"
@@ -49,7 +49,7 @@ dnsruby, 1.72.4, "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"
52-
ed25519, 1.3.0, MIT
52+
ed25519, 1.4.0, MIT
5353
elftools, 1.3.1, MIT
5454
em-http-request, 1.1.7, MIT
5555
em-socksify, 0.3.3, MIT
@@ -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.90, "New BSD"
99+
metasploit-framework, 6.4.91, "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"

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

0 commit comments

Comments
 (0)