Skip to content

Commit

Permalink
Bump version of framework to 6.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
msjenkins-r7 committed May 2, 2024
1 parent bd767a9 commit 4c7f1e6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
metasploit-framework (6.4.7)
metasploit-framework (6.4.8)
actionpack (~> 7.0.0)
activerecord (~> 7.0.0)
activesupport (~> 7.0.0)
Expand Down
8 changes: 4 additions & 4 deletions LICENSE_GEMS
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ memory_profiler, 1.0.1, MIT
metasm, 1.0.5, LGPL-2.1
metasploit-concern, 5.0.2, "New BSD"
metasploit-credential, 6.0.9, "New BSD"
metasploit-framework, 6.4.7, "New BSD"
metasploit-framework, 6.4.8, "New BSD"
metasploit-model, 5.0.2, "New BSD"
metasploit-payloads, 2.0.166, "3-clause (or ""modified"") BSD"
metasploit_data_models, 6.0.3, "New BSD"
Expand Down Expand Up @@ -114,7 +114,7 @@ packetfu, 2.0.0, "New BSD"
parallel, 1.24.0, MIT
parser, 3.3.0.5, MIT
patch_finder, 1.0.2, "New BSD"
pcaprub, 0.13.1, LGPL-2.1
pcaprub, 0.13.2, LGPL-2.1
pdf-reader, 2.12.0, MIT
pg, 1.5.6, "Simplified BSD"
pry, 0.14.2, MIT
Expand Down Expand Up @@ -172,7 +172,7 @@ ruby-prof, 1.4.2, "Simplified BSD"
ruby-progressbar, 1.13.0, MIT
ruby-rc4, 0.1.5, MIT
ruby2_keywords, 0.0.5, "ruby, Simplified BSD"
ruby_smb, 3.3.5, "New BSD"
ruby_smb, 3.3.7, "New BSD"
rubyntlm, 0.6.3, MIT
rubyzip, 2.3.2, "Simplified BSD"
sawyer, 0.9.2, MIT
Expand All @@ -195,7 +195,7 @@ ttfunk, 1.8.0, "Nonstandard, GPL-2.0-only, GPL-3.0-only"
tzinfo, 2.0.6, MIT
tzinfo-data, 1.2024.1, MIT
unf, 0.1.4, "2-clause BSDL"
unf_ext, 0.0.9.1, MIT
unf_ext, 0.0.8.2, MIT
unicode-display_width, 2.5.0, MIT
unix-crypt, 1.3.1, 0BSD
uuid, 2.3.9, MIT
Expand Down
2 changes: 1 addition & 1 deletion lib/metasploit/framework/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def self.get_hash
end
end

VERSION = "6.4.7"
VERSION = "6.4.8"
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
PRERELEASE = 'dev'
HASH = get_hash
Expand Down

0 comments on commit 4c7f1e6

Please sign in to comment.