Bump version of framework to 4.13.1

This commit is contained in:
Metasploit 2016-11-18 10:01:48 -08:00
parent 00e4a8881f
commit 643a5511cf
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
2 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
metasploit-framework (4.13.0)
metasploit-framework (4.13.1)
actionpack (~> 4.2.6)
activerecord (~> 4.2.6)
activesupport (~> 4.2.6)
@ -153,11 +153,11 @@ GEM
loofah (2.0.3)
nokogiri (>= 1.5.9)
metasm (1.0.2)
metasploit-concern (2.0.1)
metasploit-concern (2.0.2)
activemodel (~> 4.2.6)
activesupport (~> 4.2.6)
railties (~> 4.2.6)
metasploit-credential (2.0.5)
metasploit-credential (2.0.7)
metasploit-concern
metasploit-model
metasploit_data_models
@ -165,12 +165,12 @@ GEM
railties
rubyntlm
rubyzip
metasploit-model (2.0.0)
metasploit-model (2.0.2)
activemodel (~> 4.2.6)
activesupport (~> 4.2.6)
railties (~> 4.2.6)
metasploit-payloads (1.1.29)
metasploit_data_models (2.0.6)
metasploit_data_models (2.0.8)
activerecord (~> 4.2.6)
activesupport (~> 4.2.6)
arel-helpers
@ -196,7 +196,7 @@ GEM
network_interface (0.0.1)
nokogiri (1.6.8.1)
mini_portile2 (~> 2.1.0)
octokit (4.6.0)
octokit (4.6.1)
sawyer (~> 0.8.0, >= 0.5.3)
openssl-ccm (1.2.1)
openvas-omp (0.0.4)
@ -273,7 +273,7 @@ GEM
metasm
rex-core
rex-text
rex-socket (0.1.0)
rex-socket (0.1.1)
rex-core
rex-sslscan (0.1.0)
rex-socket

View File

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