Skip to content

Commit 763fe87

Browse files
committed
Bump version of framework to 6.4.62
1 parent 79c0fd6 commit 763fe87

File tree

3 files changed

+4
-4
lines changed

3 files changed

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

LICENSE_GEMS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ memory_profiler, 1.1.0, MIT
9292
metasm, 1.0.5, LGPL-2.1
9393
metasploit-concern, 5.0.4, "New BSD"
9494
metasploit-credential, 6.0.14, "New BSD"
95-
metasploit-framework, 6.4.61, "New BSD"
95+
metasploit-framework, 6.4.62, "New BSD"
9696
metasploit-model, 5.0.3, "New BSD"
9797
metasploit-payloads, 2.0.189, "3-clause (or ""modified"") BSD"
9898
metasploit_data_models, 6.0.9, "New BSD"
@@ -189,7 +189,7 @@ ruby-prof, 1.4.2, "Simplified BSD"
189189
ruby-progressbar, 1.13.0, MIT
190190
ruby-rc4, 0.1.5, MIT
191191
ruby2_keywords, 0.0.5, "ruby, Simplified BSD"
192-
ruby_smb, 3.3.13, "New BSD"
192+
ruby_smb, 3.3.15, "New BSD"
193193
rubyntlm, 0.6.5, MIT
194194
rubyzip, 2.4.1, "Simplified BSD"
195195
sawyer, 0.9.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.61"
35+
VERSION = "6.4.62"
3636
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3737
PRERELEASE = 'dev'
3838
HASH = get_hash

0 commit comments

Comments
 (0)