Bump version of framework to 4.15.2

This commit is contained in:
Metasploit 2017-07-17 12:01:22 -07:00
parent 2a1c661c79
commit f80c053114
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
2 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ GIT
PATH
remote: .
specs:
metasploit-framework (4.15.1)
metasploit-framework (4.15.2)
actionpack (~> 4.2.6)
activerecord (~> 4.2.6)
activesupport (~> 4.2.6)
@ -274,7 +274,7 @@ GEM
rex-arch
rex-ole (0.1.6)
rex-text
rex-powershell (0.1.72)
rex-powershell (0.1.73)
rex-random_identifier
rex-text
rex-random_identifier (0.1.2)
@ -377,4 +377,4 @@ DEPENDENCIES
yard
BUNDLED WITH
1.15.1
1.15.2

View File

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