1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-09-04 20:18:27 +02:00

update framework version spec

This commit is contained in:
Brent Cook 2015-07-06 10:42:48 -05:00
parent 174c90ccde
commit 653c4808b2
2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
metasploit-framework (4.11.0.pre.dev)
metasploit-framework (4.11.3.pre.dev)
actionpack (>= 4.0.9, < 4.1.0)
activesupport (>= 4.0.9, < 4.1.0)
bcrypt
@ -20,14 +20,14 @@ PATH
rubyzip (~> 1.1)
sqlite3
tzinfo
metasploit-framework-db (4.11.0.pre.dev)
metasploit-framework-db (4.11.3.pre.dev)
activerecord (>= 4.0.9, < 4.1.0)
metasploit-credential (= 1.0.0)
metasploit-framework (= 4.11.0.pre.dev)
metasploit-framework (= 4.11.3.pre.dev)
metasploit_data_models (= 1.2.5)
pg (>= 0.11)
metasploit-framework-pcap (4.11.0.pre.dev)
metasploit-framework (= 4.11.0.pre.dev)
metasploit-framework-pcap (4.11.3.pre.dev)
metasploit-framework (= 4.11.3.pre.dev)
network_interface (~> 0.0.1)
pcaprub

View File

@ -17,7 +17,7 @@ describe Msf::Framework do
end
describe "#version" do
CURRENT_VERSION = "4.11.0-dev"
CURRENT_VERSION = "4.11.3-dev"
subject(:framework) do
described_class.new