diff --git a/Gemfile.lock b/Gemfile.lock index e3e2924b28ce..d828da1f14dc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - metasploit-framework (4.16.32) + metasploit-framework (5.0.0) actionpack (~> 4.2.6) activerecord (~> 4.2.6) activesupport (~> 4.2.6) @@ -182,13 +182,13 @@ GEM activesupport (~> 4.2.6) railties (~> 4.2.6) metasploit-payloads (1.3.25) - metasploit_data_models (2.0.15) + metasploit_data_models (2.0.16) activerecord (~> 4.2.6) activesupport (~> 4.2.6) arel-helpers metasploit-concern metasploit-model - pg + pg (= 0.20.0) postgres_ext railties (~> 4.2.6) recog (~> 2.0) @@ -203,7 +203,7 @@ GEM nessus_rest (0.1.6) net-ssh (4.2.0) network_interface (0.0.2) - nexpose (7.1.1) + nexpose (7.2.0) nokogiri (1.8.1) mini_portile2 (~> 2.3.0) octokit (4.8.0) diff --git a/lib/metasploit/framework/version.rb b/lib/metasploit/framework/version.rb index 23cb056f8764..cfb44957ea0e 100644 --- a/lib/metasploit/framework/version.rb +++ b/lib/metasploit/framework/version.rb @@ -30,7 +30,7 @@ def self.get_hash end end - VERSION = "4.16.32" + VERSION = "5.0.0" MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i } PRERELEASE = 'dev' HASH = get_hash