Skip to content

Commit

Permalink
Bump version of framework to 6.4.28
Browse files Browse the repository at this point in the history
  • Loading branch information
adfoster-r7 committed Sep 19, 2024
1 parent 3b33b23 commit 80f050a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.27)
metasploit-framework (6.4.28)
aarch64
abbrev
actionpack (~> 7.0.0)
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.27"
VERSION = "6.4.28"
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
PRERELEASE = 'dev'
HASH = get_hash
Expand Down

0 comments on commit 80f050a

Please sign in to comment.