update version

MS-2855/keylogger-mettle-extension
Brent Cook 2018-01-17 17:24:15 -06:00
parent d6e966b079
commit 08f622b0ce
2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
metasploit-framework (4.16.32) metasploit-framework (5.0.0)
actionpack (~> 4.2.6) actionpack (~> 4.2.6)
activerecord (~> 4.2.6) activerecord (~> 4.2.6)
activesupport (~> 4.2.6) activesupport (~> 4.2.6)
@ -182,13 +182,13 @@ GEM
activesupport (~> 4.2.6) activesupport (~> 4.2.6)
railties (~> 4.2.6) railties (~> 4.2.6)
metasploit-payloads (1.3.25) metasploit-payloads (1.3.25)
metasploit_data_models (2.0.15) metasploit_data_models (2.0.16)
activerecord (~> 4.2.6) activerecord (~> 4.2.6)
activesupport (~> 4.2.6) activesupport (~> 4.2.6)
arel-helpers arel-helpers
metasploit-concern metasploit-concern
metasploit-model metasploit-model
pg pg (= 0.20.0)
postgres_ext postgres_ext
railties (~> 4.2.6) railties (~> 4.2.6)
recog (~> 2.0) recog (~> 2.0)
@ -203,7 +203,7 @@ GEM
nessus_rest (0.1.6) nessus_rest (0.1.6)
net-ssh (4.2.0) net-ssh (4.2.0)
network_interface (0.0.2) network_interface (0.0.2)
nexpose (7.1.1) nexpose (7.2.0)
nokogiri (1.8.1) nokogiri (1.8.1)
mini_portile2 (~> 2.3.0) mini_portile2 (~> 2.3.0)
octokit (4.8.0) octokit (4.8.0)

View File

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