Skip to content

Commit

Permalink
Bump version of framework to 6.2.34
Browse files Browse the repository at this point in the history
  • Loading branch information
msjenkins-r7 committed Dec 29, 2022
1 parent a8697cd commit cb68297
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.2.33)
metasploit-framework (6.2.34)
actionpack (~> 6.0)
activerecord (~> 6.0)
activesupport (~> 6.0)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE_GEMS
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ memory_profiler, 1.0.1, MIT
metasm, 1.0.5, LGPL-2.1
metasploit-concern, 4.0.5, "New BSD"
metasploit-credential, 6.0.1, "New BSD"
metasploit-framework, 6.2.33, "New BSD"
metasploit-framework, 6.2.34, "New BSD"
metasploit-model, 4.0.6, "New BSD"
metasploit-payloads, 2.0.105, "3-clause (or ""modified"") BSD"
metasploit_data_models, 5.0.6, "New BSD"
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 @@ -30,7 +30,7 @@ def self.get_hash
end
end

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

0 comments on commit cb68297

Please sign in to comment.