Skip to content

Commit e909b92

Browse files
author
jenkins-metasploit
committed
Bump version of framework to 6.4.131
1 parent d121ff6 commit e909b92

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.130)
4+
metasploit-framework (6.4.131)
55
aarch64
66
abbrev
77
actionpack (~> 7.2.0)

LICENSE_GEMS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ memory_profiler, 1.1.0, MIT
9797
metasm, 1.0.5, LGPL-2.1
9898
metasploit-concern, 5.0.5, "New BSD"
9999
metasploit-credential, 6.0.21, "New BSD"
100-
metasploit-framework, 6.4.130, "New BSD"
100+
metasploit-framework, 6.4.131, "New BSD"
101101
metasploit-model, 5.0.4, "New BSD"
102102
metasploit-payloads, 2.0.245, "3-clause (or ""modified"") BSD"
103-
metasploit_data_models, 6.0.15, "New BSD"
103+
metasploit_data_models, 6.0.18, "New BSD"
104104
metasploit_payloads-mettle, 1.0.46, "3-clause (or ""modified"") BSD"
105105
method_source, 1.1.0, MIT
106106
mime-types, 3.7.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.130"
35+
VERSION = "6.4.131"
3636
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3737
PRERELEASE = 'dev'
3838
HASH = get_hash

0 commit comments

Comments
 (0)