Land #19476, Bump version of framework to 6.4.28

This commit is contained in:
cgranleese-r7
2024-09-19 19:20:14 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
metasploit-framework (6.4.27)
metasploit-framework (6.4.28)
aarch64
abbrev
actionpack (~> 7.0.0)
+1 -1
View File
@@ -32,7 +32,7 @@ module Metasploit
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