File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- metasploit-framework (4.11.0 .pre.dev )
4
+ metasploit-framework (4.11.3 .pre.dev )
5
5
actionpack (>= 4.0.9 , < 4.1.0 )
6
6
activesupport (>= 4.0.9 , < 4.1.0 )
7
7
bcrypt
20
20
rubyzip (~> 1.1 )
21
21
sqlite3
22
22
tzinfo
23
- metasploit-framework-db (4.11.0 .pre.dev )
23
+ metasploit-framework-db (4.11.3 .pre.dev )
24
24
activerecord (>= 4.0.9 , < 4.1.0 )
25
25
metasploit-credential (= 1.0.0 )
26
- metasploit-framework (= 4.11.0 .pre.dev )
26
+ metasploit-framework (= 4.11.3 .pre.dev )
27
27
metasploit_data_models (= 1.2.5 )
28
28
pg (>= 0.11 )
29
- metasploit-framework-pcap (4.11.0 .pre.dev )
30
- metasploit-framework (= 4.11.0 .pre.dev )
29
+ metasploit-framework-pcap (4.11.3 .pre.dev )
30
+ metasploit-framework (= 4.11.3 .pre.dev )
31
31
network_interface (~> 0.0.1 )
32
32
pcaprub
33
33
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module Framework
3
3
module Version
4
4
MAJOR = 4
5
5
MINOR = 11
6
- PATCH = 0
6
+ PATCH = 3
7
7
PRERELEASE = 'dev'
8
8
end
9
9
Original file line number Diff line number Diff line change 17
17
end
18
18
19
19
describe "#version" do
20
- CURRENT_VERSION = "4.11.0 -dev"
20
+ CURRENT_VERSION = "4.11.3 -dev"
21
21
22
22
subject ( :framework ) do
23
23
described_class . new
You can’t perform that action at this time.
0 commit comments