Skip to content

Commit 65faeb4

Browse files
committed
Bump version of framework to 6.4.73
1 parent 07ae49d commit 65faeb4

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.72)
4+
metasploit-framework (6.4.73)
55
aarch64
66
abbrev
77
actionpack (~> 7.1.0)

LICENSE_GEMS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ memory_profiler, 1.1.0, MIT
9393
metasm, 1.0.5, LGPL-2.1
9494
metasploit-concern, 5.0.4, "New BSD"
9595
metasploit-credential, 6.0.16, "New BSD"
96-
metasploit-framework, 6.4.72, "New BSD"
96+
metasploit-framework, 6.4.73, "New BSD"
9797
metasploit-model, 5.0.3, "New BSD"
9898
metasploit-payloads, 2.0.221, "3-clause (or ""modified"") BSD"
9999
metasploit_data_models, 6.0.9, "New BSD"
@@ -204,6 +204,7 @@ sqlite3, 1.7.3, "New BSD"
204204
sshkey, 3.0.0, MIT
205205
strptime, 0.2.5, "Simplified BSD"
206206
swagger-blocks, 3.0.0, MIT
207+
syslog, 0.3.0, "ruby, Simplified BSD"
207208
test-prof, 1.4.4, MIT
208209
thin, 1.8.2, "GPL-2.0+, ruby"
209210
thor, 1.3.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.72"
35+
VERSION = "6.4.73"
3636
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3737
PRERELEASE = 'dev'
3838
HASH = get_hash

0 commit comments

Comments
 (0)