Bump version of framework to 4.15.1

bug/bundler_fix
Metasploit 2017-07-12 20:08:07 -07:00
parent 6793dd27ab
commit 03691cc35f
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
metasploit-framework (4.15.0)
metasploit-framework (4.15.1)
actionpack (~> 4.2.6)
activerecord (~> 4.2.6)
activesupport (~> 4.2.6)
@ -358,7 +358,7 @@ GEM
sawyer (0.8.1)
addressable (>= 2.3.5, < 2.6)
faraday (~> 0.8, < 1.0)
shoulda-matchers (3.1.1)
shoulda-matchers (3.1.2)
activesupport (>= 4.0.0)
signet (0.7.3)
addressable (~> 2.3)

View File

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