Skip to content

Commit

Permalink
Bump version of framework to 6.3.36
Browse files Browse the repository at this point in the history
  • Loading branch information
msjenkins-r7 committed Sep 21, 2023
1 parent a6adf81 commit 0d6aee8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.3.35)
metasploit-framework (6.3.36)
actionpack (~> 7.0)
activerecord (~> 7.0)
activesupport (~> 7.0)
Expand Down
4 changes: 2 additions & 2 deletions LICENSE_GEMS
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ memory_profiler, 1.0.1, MIT
metasm, 1.0.5, LGPL-2.1
metasploit-concern, 5.0.1, "New BSD"
metasploit-credential, 6.0.5, "New BSD"
metasploit-framework, 6.3.35, "New BSD"
metasploit-framework, 6.3.36, "New BSD"
metasploit-model, 5.0.1, "New BSD"
metasploit-payloads, 2.0.148, "3-clause (or ""modified"") BSD"
metasploit_data_models, 6.0.2, "New BSD"
Expand All @@ -98,7 +98,7 @@ net-ldap, 0.18.0, MIT
net-protocol, 0.2.1, "ruby, Simplified BSD"
net-smtp, 0.3.3, "ruby, Simplified BSD"
net-ssh, 7.1.0, MIT
network_interface, 0.0.2, MIT
network_interface, 0.0.4, MIT
nexpose, 7.3.0, "New BSD"
nio4r, 2.5.9, MIT
nokogiri, 1.14.5, 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.3.35"
VERSION = "6.3.36"
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
PRERELEASE = 'dev'
HASH = get_hash
Expand Down

0 comments on commit 0d6aee8

Please sign in to comment.