Skip to content

Commit a9078b4

Browse files
committed
Bump version of framework to 6.4.13
1 parent b306410 commit a9078b4

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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.12)
4+
metasploit-framework (6.4.13)
55
aarch64
66
actionpack (~> 7.0.0)
77
activerecord (~> 7.0.0)

LICENSE_GEMS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
This file is auto-generated by tools/dev/update_gem_licenses.sh
22
Ascii85, 1.1.1, MIT
3+
aarch64, 2.1.0, "Apache 2.0"
34
actionpack, 7.0.8.1, MIT
45
actionview, 7.0.8.1, MIT
56
activemodel, 7.0.8.1, MIT
@@ -81,7 +82,7 @@ memory_profiler, 1.0.1, MIT
8182
metasm, 1.0.5, LGPL-2.1
8283
metasploit-concern, 5.0.2, "New BSD"
8384
metasploit-credential, 6.0.9, "New BSD"
84-
metasploit-framework, 6.4.12, "New BSD"
85+
metasploit-framework, 6.4.13, "New BSD"
8586
metasploit-model, 5.0.2, "New BSD"
8687
metasploit-payloads, 2.0.166, "3-clause (or ""modified"") BSD"
8788
metasploit_data_models, 6.0.3, "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.12"
35+
VERSION = "6.4.13"
3636
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3737
PRERELEASE = 'dev'
3838
HASH = get_hash

0 commit comments

Comments
 (0)