Merge released '4.x'

MS-2855/keylogger-mettle-extension 4.16.28
Jeffrey Martin 2017-12-28 17:15:29 -06:00
commit 66ca61f636
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
metasploit-framework (4.16.27) metasploit-framework (4.16.28)
actionpack (~> 4.2.6) actionpack (~> 4.2.6)
activerecord (~> 4.2.6) activerecord (~> 4.2.6)
activesupport (~> 4.2.6) activesupport (~> 4.2.6)
@ -104,7 +104,7 @@ GEM
arel (6.0.4) arel (6.0.4)
arel-helpers (2.5.0) arel-helpers (2.5.0)
activerecord (>= 3.1.0, < 6) activerecord (>= 3.1.0, < 6)
backports (3.10.3) backports (3.11.0)
bcrypt (3.1.11) bcrypt (3.1.11)
bcrypt_pbkdf (1.0.0) bcrypt_pbkdf (1.0.0)
bindata (2.4.1) bindata (2.4.1)

View File

@ -30,7 +30,7 @@ module Metasploit
end end
end end
VERSION = "4.16.27" VERSION = "4.16.28"
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