We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd96bcd + 80f050a commit 2305fc4Copy full SHA for 2305fc4
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- metasploit-framework (6.4.27)
+ metasploit-framework (6.4.28)
5
aarch64
6
abbrev
7
actionpack (~> 7.0.0)
lib/metasploit/framework/version.rb
@@ -32,7 +32,7 @@ def self.get_hash
32
end
33
34
35
- VERSION = "6.4.27"
+ VERSION = "6.4.28"
36
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
37
PRERELEASE = 'dev'
38
HASH = get_hash
0 commit comments