Skip to content

Commit a172fa0

Browse files
committed
Bump version of framework to 6.2.6
1 parent b8e6b02 commit a172fa0

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.2.5)
4+
metasploit-framework (6.2.6)
55
actionpack (~> 6.0)
66
activerecord (~> 6.0)
77
activesupport (~> 6.0)

LICENSE_GEMS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ memory_profiler, 1.0.0, MIT
7070
metasm, 1.0.5, LGPL-2.1
7171
metasploit-concern, 4.0.4, "New BSD"
7272
metasploit-credential, 5.0.7, "New BSD"
73-
metasploit-framework, 6.2.5, "New BSD"
73+
metasploit-framework, 6.2.6, "New BSD"
7474
metasploit-model, 4.0.4, "New BSD"
7575
metasploit-payloads, 2.0.94, "3-clause (or ""modified"") BSD"
7676
metasploit_data_models, 5.0.5, "New BSD"
@@ -137,7 +137,7 @@ rex-rop_builder, 0.1.4, "New BSD"
137137
rex-socket, 0.1.39, "New BSD"
138138
rex-sslscan, 0.1.7, "New BSD"
139139
rex-struct2, 0.1.3, "New BSD"
140-
rex-text, 0.2.37, "New BSD"
140+
rex-text, 0.2.38, "New BSD"
141141
rex-zip, 0.1.4, "New BSD"
142142
rexml, 3.2.5, "Simplified BSD"
143143
rkelly-remix, 0.0.7, MIT
@@ -155,7 +155,7 @@ ruby-prof, 1.4.2, "Simplified BSD"
155155
ruby-progressbar, 1.11.0, MIT
156156
ruby-rc4, 0.1.5, MIT
157157
ruby2_keywords, 0.0.5, "ruby, Simplified BSD"
158-
ruby_smb, 3.1.3, "New BSD"
158+
ruby_smb, 3.1.5, "New BSD"
159159
rubyntlm, 0.6.3, MIT
160160
rubyzip, 2.3.2, "Simplified BSD"
161161
sawyer, 0.9.2, MIT

lib/metasploit/framework/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def self.get_hash
3030
end
3131
end
3232

33-
VERSION = "6.2.5"
33+
VERSION = "6.2.6"
3434
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3535
PRERELEASE = 'dev'
3636
HASH = get_hash

0 commit comments

Comments
 (0)