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 acc6323
Showing 1 changed file with 1 addition and 1 deletion.
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 acc6323

Please sign in to comment.