Skip to content

Commit b9bbfa6

Browse files
committed
Bump version of framework to 6.4.25
1 parent 30dd377 commit b9bbfa6

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.24)
4+
metasploit-framework (6.4.25)
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.2.3, MIT
34+
bundler, 2.1.4, 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.24, "New BSD"
89+
metasploit-framework, 6.4.25, "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"
@@ -162,7 +162,7 @@ rex-sslscan, 0.1.10, "New BSD"
162162
rex-struct2, 0.1.4, "New BSD"
163163
rex-text, 0.2.58, "New BSD"
164164
rex-zip, 0.1.5, "New BSD"
165-
rexml, 3.2.8, "Simplified BSD"
165+
rexml, 3.3.6, "Simplified BSD"
166166
rkelly-remix, 0.0.7, MIT
167167
rspec, 3.13.0, MIT
168168
rspec-core, 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.24"
35+
VERSION = "6.4.25"
3636
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3737
PRERELEASE = 'dev'
3838
HASH = get_hash

0 commit comments

Comments
 (0)