Bump version of framework to 4.11.19

This commit is contained in:
Metasploit 2016-03-25 13:03:35 -07:00
parent 9d86a49c51
commit 72bde63397
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
metasploit-framework (4.11.18) metasploit-framework (4.11.19)
actionpack (>= 4.0.9, < 4.1.0) actionpack (>= 4.0.9, < 4.1.0)
activerecord (>= 4.0.9, < 4.1.0) activerecord (>= 4.0.9, < 4.1.0)
activesupport (>= 4.0.9, < 4.1.0) activesupport (>= 4.0.9, < 4.1.0)

View File

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