File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- metasploit-framework (4.10.1 .pre.dev )
4+ metasploit-framework (4.11.0 .pre.dev )
55 actionpack (< 4.0.0 )
66 activesupport (>= 3.0.0 , < 4.0.0 )
77 bcrypt
2020 rubyzip (~> 1.1 )
2121 sqlite3
2222 tzinfo
23- metasploit-framework-db (4.10.1 .pre.dev )
23+ metasploit-framework-db (4.11.0 .pre.dev )
2424 activerecord (< 4.0.0 )
2525 metasploit-credential (~> 0.13.8 )
26- metasploit-framework (= 4.10.1 .pre.dev )
26+ metasploit-framework (= 4.11.0 .pre.dev )
2727 metasploit_data_models (~> 0.21.1 )
2828 pg (>= 0.11 )
29- metasploit-framework-pcap (4.10.1 .pre.dev )
30- metasploit-framework (= 4.10.1 .pre.dev )
29+ metasploit-framework-pcap (4.11.0 .pre.dev )
30+ metasploit-framework (= 4.11.0 .pre.dev )
3131 network_interface (~> 0.0.1 )
3232 pcaprub
3333
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ module Metasploit
22 module Framework
33 module Version
44 MAJOR = 4
5- MINOR = 10
6- PATCH = 1
5+ MINOR = 11
6+ PATCH = 0
77 PRERELEASE = 'dev'
88 end
99
Original file line number Diff line number Diff line change 1717 end
1818
1919 describe "#version" do
20- CURRENT_VERSION = "4.10.1 -dev"
20+ CURRENT_VERSION = "4.11.0 -dev"
2121
2222 subject ( :framework ) do
2323 described_class . new
You can’t perform that action at this time.
0 commit comments