1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-09-25 10:48:31 +02:00

Bump Metasploit version to 6.3.0

This commit is contained in:
adfoster-r7 2023-01-25 18:36:48 +00:00
parent 8368accd55
commit ea96629925
No known key found for this signature in database
GPG Key ID: 3BD4FA3818818F04
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
metasploit-framework (6.2.37)
metasploit-framework (6.3.0)
actionpack (~> 6.0)
activerecord (~> 6.0)
activesupport (~> 6.0)

View File

@ -30,7 +30,7 @@ module Metasploit
end
end
VERSION = "6.2.37"
VERSION = "6.3.0"
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
PRERELEASE = 'dev'
HASH = get_hash