Skip to content

Commit ab74031

Browse files
committed
Bump version of framework to 6.4.29
1 parent 44ad0e9 commit ab74031

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.28)
4+
metasploit-framework (6.4.29)
55
aarch64
66
abbrev
77
actionpack (~> 7.0.0)

LICENSE_GEMS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ bindata, 2.4.15, "Simplified BSD"
3131
bootsnap, 1.18.3, MIT
3232
bson, 5.0.0, "Apache 2.0"
3333
builder, 3.3.0, MIT
34-
bundler, 2.2.3, MIT
34+
bundler, 2.5.20, MIT
3535
byebug, 11.1.3, "Simplified BSD"
3636
chunky_png, 1.4.0, MIT
3737
coderay, 1.1.3, MIT
@@ -86,7 +86,7 @@ memory_profiler, 1.0.1, MIT
8686
metasm, 1.0.5, LGPL-2.1
8787
metasploit-concern, 5.0.2, "New BSD"
8888
metasploit-credential, 6.0.9, "New BSD"
89-
metasploit-framework, 6.4.27, "New BSD"
89+
metasploit-framework, 6.4.29, "New BSD"
9090
metasploit-model, 5.0.2, "New BSD"
9191
metasploit-payloads, 2.0.166, "3-clause (or ""modified"") BSD"
9292
metasploit_data_models, 6.0.3, "New BSD"
@@ -144,7 +144,7 @@ redcarpet, 3.6.0, MIT
144144
regexp_parser, 2.9.2, MIT
145145
reline, 0.5.8, ruby
146146
require_all, 3.0.0, MIT
147-
rex-arch, 0.1.15, "New BSD"
147+
rex-arch, 0.1.16, "New BSD"
148148
rex-bin_tools, 0.1.9, "New BSD"
149149
rex-core, 0.1.32, "New BSD"
150150
rex-encoder, 0.1.7, "New BSD"
@@ -179,7 +179,7 @@ ruby-prof, 1.4.2, "Simplified BSD"
179179
ruby-progressbar, 1.13.0, MIT
180180
ruby-rc4, 0.1.5, MIT
181181
ruby2_keywords, 0.0.5, "ruby, Simplified BSD"
182-
ruby_smb, 3.3.9, "New BSD"
182+
ruby_smb, 3.3.10, "New BSD"
183183
rubyntlm, 0.6.4, MIT
184184
rubyzip, 2.3.2, "Simplified BSD"
185185
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.28"
35+
VERSION = "6.4.29"
3636
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3737
PRERELEASE = 'dev'
3838
HASH = get_hash

0 commit comments

Comments
 (0)