Bump version of framework to 6.2.28

This commit is contained in:
Metasploit
2022-11-17 12:21:32 -06:00
parent 29a4546b07
commit 39da40e4b5
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
metasploit-framework (6.2.27)
metasploit-framework (6.2.28)
actionpack (~> 6.0)
activerecord (~> 6.0)
activesupport (~> 6.0)
+1 -1
View File
@@ -70,7 +70,7 @@ memory_profiler, 1.0.0, MIT
metasm, 1.0.5, LGPL-2.1
metasploit-concern, 4.0.5, "New BSD"
metasploit-credential, 5.0.9, "New BSD"
metasploit-framework, 6.2.27, "New BSD"
metasploit-framework, 6.2.28, "New BSD"
metasploit-model, 4.0.6, "New BSD"
metasploit-payloads, 2.0.101, "3-clause (or ""modified"") BSD"
metasploit_data_models, 5.0.5, "New BSD"
+1 -1
View File
@@ -30,7 +30,7 @@ module Metasploit
end
end
VERSION = "6.2.27"
VERSION = "6.2.28"
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
PRERELEASE = 'dev'
HASH = get_hash