Skip to content

Commit 233f6dc

Browse files
committed
Bump version of framework to 6.4.22
1 parent 6fcd06b commit 233f6dc

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

LICENSE_GEMS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ bindata, 2.4.15, "Simplified BSD"
3131
bootsnap, 1.18.3, MIT
3232
bson, 5.0.0, "Apache 2.0"
3333
builder, 3.2.4, MIT
34-
bundler, 2.1.4, MIT
34+
bundler, 2.2.3, MIT
3535
byebug, 11.1.3, "Simplified BSD"
3636
chunky_png, 1.4.0, MIT
3737
coderay, 1.1.3, MIT
@@ -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.21, "New BSD"
89+
metasploit-framework, 6.4.22, "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"
@@ -121,7 +121,7 @@ packetfu, 2.0.0, "New BSD"
121121
parallel, 1.24.0, MIT
122122
parser, 3.3.2.0, MIT
123123
patch_finder, 1.0.2, "New BSD"
124-
pcaprub, 0.13.2, LGPL-2.1
124+
pcaprub, 0.13.3, LGPL-2.1
125125
pdf-reader, 2.12.0, MIT
126126
pg, 1.5.6, "Simplified BSD"
127127
pry, 0.14.2, 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.21"
35+
VERSION = "6.4.22"
3636
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3737
PRERELEASE = 'dev'
3838
HASH = get_hash

0 commit comments

Comments
 (0)